@charset "utf-8";

/**common**/
body, div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p {padding:0; margin:0; font:14px Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-serif;}
table,td,tr,th{font-size:14px;}
ol,ul {list-style:none;}
li{list-style-type:none;}
img{vertical-align:top;border:0;}
h1,h2,h3,h4,h5,h6{font-size:inherit; font-weight:normal;}
address,cite,code,em,th,i{font-weight:normal; font-style:normal;}
.clear{*zoom:1;}
.clear:after{display:block; overflow:hidden; clear:both; height:0; visibility:hidden; content:".";}
a { text-decoration:none;}
a:visited { text-decoration:none;}
a:hover { text-decoration:none;}
a:active { text-decoration:none;}
.fl { float:left;}
.fr { float:right;}
input[type=button], input[type=submit], input[type=file], button { cursor: pointer; -webkit-appearance: none; }
input[type="text"] {
 -webkit-appearance: none;
}
textarea{
 -webkit-appearance: none;
}

@font-face { 
font-family: Helvetica33;/**定义font的名字**/
src: url(../font/Helvetica33.OTF);/**引入字体文件**/
}


@media screen and (min-width:1200px) {
	
	/**top**/
	.ly_top { width:100%; height: 100px; margin: 0 auto; padding: 0; background-color: #fff;}
	.ly_top .top_main { width:1200px; height: 100px; margin: 0 auto; padding: 0;}
	.top_main .ly_logo { width:460px; height: 100px; overflow: hidden; margin: 0; padding: 0; float: left;}
	
	.top_tel{ float:left;font-size: 16px;color: #333; background:url(../images/tel.jpg) no-repeat left center;line-height: 30px;padding-left:45px;margin-left:72px;margin-top:15px;}
	.top_tel b{font-size: 30px;display: block;color:#1475cf;}
	
	/**search**/
	.ly_search { width:300px; height: 40px; overflow: hidden; margin: 30px 0; padding: 0; float: right;}
	.ly_search .sc_ipt { width:240px; height: 40px; overflow: hidden; margin: 0; padding: 3px 20px; border-left: 1px solid #eaeaea; border-top: 1px solid #eaeaea; border-bottom: 1px solid #eaeaea; border-radius: 4px 0 0 4px; float: left; box-sizing: border-box;}
	.ly_search .sc_btn { width:60px; height: 40px; overflow: hidden; margin: 0; padding: 0; background-color: #1475cf; border-radius: 0 4px 4px 0;}
	.sc_ipt input { display:block; width:100%; height: 32px; overflow: hidden; line-height: 32px; color: #666; font-size: 14px; border: none; outline: none; background: none;}
	.sc_btn input { display:block; width: 100%; height: 40px; background: url(../images/sc_btn1.png) center center no-repeat; border: none; outline: none;}
	
	/**nav**/
	.ly_nav { width:100%; height: 50px; margin: 0; padding: 0; background-color: #1475cf; position: relative;}
	.nav { width: 1200px; height: 50px; margin: 0 auto; }
	.nav_item { float: left; position: relative; margin: 0;}
	.nav_item > a { display: block; width: 133px; height: 50px; padding: 0; line-height: 50px; color: #fff; font-size: 15px; text-align: center; -webkit-transition: all .4s; transition: all .4s; }
	.nav_item > a:hover, .nav_item > a.navon { color: #fff; background-color: #00549c;}

	.menu_open { display: none; }
	
	.nav_item_open { width: 100%; height: auto; position: absolute; left: 0; top: 100%; z-index: 10; box-shadow: 0 4px 8px 0 rgba(0, 12, 49, 0.1); background: #fff; border-radius: 0; opacity: 0; visibility: hidden; -webkit-transform: translateY(34px); transform: translateY(34px); -webkit-transition: all .4s; transition: all .4s; overflow: hidden; }
	.nav_item:hover .nav_item_open { visibility: visible; opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px);}
	.subopen { display: none; }
	.nav_item2 { width: 100%; line-height: 48px; }
	.nav_item2 a { display: block; padding: 0 10px; color: #666; font-size: 14px; white-space: nowrap; text-align: center; }
	.nav_item2:hover a { background-color: #00549c; color: #fff; }
	.hcover { display: none; }	
	
	/**banner**/
	.apple-banner { width: 100%; height: 500px; overflow: hidden;}
	.apple-banner .swiper-container { width: 100%; height: 500px;}
	.swiper-button-prev, .swiper-button-next{background:none !important;}
	.swiper-button-prev,.swiper-button-next { width: 15%; height: 100%; top:0; background:none;}
	.swiper-button-prev { left:0;}	
	.swiper-button-next { right:0;}	
	.swiper-button-prev span,.swiper-button-next span { display:block; width: 64px; height: 64px; position: absolute; left: 20px; top: 50%; margin-top:-32px; border-radius: 100%; background: rgba(0,0,0,0.5) url(../images/arrows1.png) no-repeat center center; opacity: 0; -webkit-transition: opacity 0.5s ease; transition: opacity 0.5s ease;}
	.swiper-button-next span { background: rgba(0,0,0,0.5) url(../images/arrows2.png) no-repeat center center; left:auto; right:20px; }
	.swiper-button-prev:hover span,.swiper-button-next:hover span{ opacity: .6;}
	/*分页器*/
	.apple-banner .swiper-pagination{top:auto;bottom: 20px !important;background:none;}
	.apple-banner  .swiper-pagination-bullet {display: inline-block;width: 50px;margin: 0 3px;cursor: pointer;/* background: none; */border-radius:0;opacity: 1;}
	.apple-banner  .swiper-pagination-bullet { width: 50px; height: 2px; display: inline-block; background: rgba(0,0,0,0.3);}
	.apple-banner .swiper-pagination-bullet-active { background-color: #fff;}
	.apple-banner .autoplay .swiper-pagination-bullet-active{ background: rgba(255,255,255,0.5);}
	.apple-banner  .swiper-pagination-bullet i{ background-color: #fff; height: 2px; transform:scaleX(0); transform-origin: 0; display: block;}
	.apple-banner .autoplay .firsrCurrent i{ transition:transform 2.9s linear; transform:scaleX(1);}
	.apple-banner .autoplay .current i{ transition:transform 4s linear; transform:scaleX(1);}
	.apple-banner  .autoplay .replace span{ background-color:#fff;}
	/*内容样式*/
	.slide1 { background:url(../images/banner1.jpg) center center no-repeat; background-size: cover;}
	.slide2 { background:url(../images/banner2.jpg) center center no-repeat; background-size: cover;}
	
	/**我们能提供的服务**/
	.ly_service { width:1200px; overflow: hidden; margin: 60px auto; padding: 0;}
		
	/**product**/
	.ly_products { width:1200px; overflow: hidden; margin: 60px auto; padding: 0;}
	.protab { width:1200px; height: 44px; overflow: hidden; margin: 0 auto 40px; padding: 0; text-align: center;}
	.protab ul { display:inline-block;}
	.protab ul li { width:160px; height: 44px; overflow: hidden; margin: 0; padding: 0 5px; float: left; cursor: pointer;}
	.protab ul li span { display:block; width: 100%; height: 44px; overflow: hidden; line-height: 44px; color: #666; font-size: 16px; text-align: center; background-color: #f5f5f5;}
	.protab ul li.protab0 span { background-color: #1475cf; color: #fff;}
	
	.pro_list { width:1200px; overflow: hidden; margin: 0 auto; padding: 0;}
	.pro_list ul li { width:285px; overflow: hidden; margin: 0 20px 0 0; padding: 0; float: left;}
	.pro_list ul li:nth-child(4n+4) { margin:0;}
	.pro_list ul li .pro_img a { display:block; width:285px; height: 285px; overflow: hidden; margin: 0 auto; padding: 0; border: 1px solid #eee; background-color: #fff; position: relative; box-sizing: border-box;}
	.pro_img img { display:block; max-width: 100%; max-height: 100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
	.pro_list ul li p a { display:block; width:100%; height: 40px; overflow: hidden; line-height: 40px; color: #666; font-size: 14px; text-align: center;}
	.pro_list ul li .pro_img a:hover { border: 1px solid #1475cf;}
	.pro_list ul li p a:hover { color: #1475cf;}
	
	/**产品目录**/
	.pro_menu { width:285px; overflow: hidden; margin: 0 0 20px; padding: 0; float: left;}
	.pro_menu .pro_menu_tit { width:100%; height: 60px; overflow: hidden; line-height: 60px; color: #fff; font-size: 24px; margin: 0 auto; padding: 0 20px; background-color: #1475cf; box-sizing: border-box;}
	.pro_menu_tit span { display: inline-block; font-size: 14px; font-style: italic; margin: 0 0 0 10px;}
	.pro_menu_tit em{cursor: pointer;display: none;font-size: 14px;width: 30%;text-align: right;color: #ffffff;height:50px;line-height: 50px;float: right;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;}
	.pro_menu ul.dropdown { display:block;width: 100%; background-color: #fff; font-family: "Montserrat", sans-serif; margin: 0; padding: 10px 0 0; border-right: 1px solid #eaeaea; border-left: 1px solid #eaeaea; box-sizing: border-box;}
	.pro_menu ul.dropdown li { border-bottom: 1px solid #eaeaea; position: relative;}
	.pro_menu ul.dropdown li:hover {}
	.pro_menu ul.dropdown li a { display: block; width: 100%; height: 44px; overflow: hidden; line-height: 44px; color: #333; font-size: 14px; text-decoration: none; margin: 0; padding:0 20px; box-sizing: border-box;}
	.pro_menu ul.dropdown li:hover a { color: #1475cf;}
	.pro_menu ul.dropdown li p { width:44px; height: 44px; margin: 0; padding: 0; position: absolute; top: 0; right: 0; cursor: pointer;}
	.pro_menu ul.dropdown li p.showWordsBtn { background: url(../images/jt1.png) center center no-repeat; background-size: 20px 20px;}
	.pro_menu ul.dropdown li:hover p.showWordsBtn { background: url(../images/jt01.png) center center no-repeat; background-size: 20px 20px;}
	.pro_menu ul.dropdown li p.hideWordsBtn { background: url(../images/jt02.png) center center no-repeat; background-size: 20px 20px;}
	.pro_menu ul.dropdown li > ul { margin:0; padding: 0; background-color: #fafafa;}
	.pro_menu ul.dropdown li > ul li { border: none;}
	.pro_menu ul.dropdown li > ul li a { color: #666; padding: 0 30px; background: none;}
	.pro_menu ul.dropdown li:hover > ul li a { background: none; color: #999;}
	.pro_menu ul.dropdown li > ul li a:hover { background-color: #f8f8f8; color:#1475cf;}
	
	.pro_list1 { width:895px; overflow: hidden; margin: 0 auto; padding: 0; float: right;}
	.pro_list1 ul li { width:285px; overflow: hidden; margin: 0 20px 20px 0; padding: 0; float: left;}
	.pro_list1 ul li:nth-child(3n+3) { margin:0 0 20px;}
	.pro_list1 ul li .pro_img a { display: block; width:100%; height: 285px; overflow: hidden; margin: 0 auto; padding: 0; border: 1px solid #eee; background-color: #fff; position: relative; box-sizing: border-box;}
	.pro_img img { display:block; max-width: 100%; max-height: 100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
	.pro_list1 ul li p a { display: block; width:100%; height: 54px; overflow: hidden; line-height: 54px; color: #666; font-size: 14px; text-align: center; box-sizing: border-box;}
	.pro_list1 ul li .pro_img a:hover { border: 1px solid #1475cf;}
	.pro_list1 ul li p a:hover { color: #1475cf;}
	
	.pro_list2 { width:100%; overflow: hidden; margin: 0 auto; padding: 0; float: right;}
	.pro_list2 ul li { width:31%; overflow: hidden; margin: 0 3.5% 20px 0; padding: 0; float: left;}
	.pro_list2 ul li:nth-child(3n+3) { margin:0 0 20px;}
	.pro_list2 ul li .pro_img a { display: block; width:100%; height: 285px; overflow: hidden; margin: 0 auto; padding: 0; border: 1px solid #eee; background-color: #fff; position: relative; box-sizing: border-box;}
	.pro_list2 ul li .xc_img a { display: block; width:100%; height: 200px; overflow: hidden; margin: 0 auto; padding: 0; border: 1px solid #eee; background-color: #fff; position: relative; box-sizing: border-box;}
	.pro_img img, .xc_img img { display:block; max-width: 100%; max-height: 100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
	
	.pro_list2 ul li p a { display: block; width:100%; height: 40px; overflow: hidden; line-height: 40px; color: #666; font-size: 14px; text-align: center;}
	.pro_list2 ul li .pro_img a:hover { border: 1px solid #1475cf;}
	.pro_list2 ul li p a:hover { color: #1475cf;}
	
	.ly_more { width:100%; overflow: hidden; margin: 20px auto 0; padding: 0;}
	.ly_more a { display:block; width: 158px; height: 38px; overflow: hidden; line-height: 38px; color: #1475cf; font-size: 14px; text-align: center; border: 1px solid #1475cf; margin: 0 auto; padding: 0;}
	.ly_more a:hover { color:#fff; background-color: #1475cf;}
	
	/**about**/
	.ly_about { width:100%; overflow: hidden; margin: 60px auto; padding: 60px 0; background-color: #f7f7f7;}
	.ly_about .ab_tit { width:1200px; overflow: hidden; margin: 0 auto 40px; padding: 0;}
	.ab_tit b { display:block; width:100%; overflow: hidden; margin: 0 auto; padding: 0; color: #333; font-size: 40px; font-weight: normal; text-align: center;}
	.ab_tit em { display:block; width: 30px; height: 3px; overflow: hidden; margin: 10px auto; padding: 0; background-color: #1475cf;}
	.ab_tit span { display:block; width:100%; overflow: hidden; margin: 0 auto; padding: 0; color: #555; font-size: 16px; text-align: center; opacity: 0.8;}
	.ly_about .ab_main { width:1200px; overflow: hidden; margin: 0 auto; padding: 0;}
	.ab_main .ab_text { width:680px; overflow: hidden; margin: 0; padding: 0; float: right;}
	.ab_text p { width:100%; overflow: hidden; line-height: 28px; margin: 0 auto; padding: 0; color: #555; font-size: 14px; text-indent: 2em; text-align: justify;}
	.ab_text a { display:block; width: 158px; height: 38px; overflow: hidden; line-height: 38px; color: #1475cf; font-size: 14px; text-align: center; margin: 40px 0 0; border: 1px solid #1475cf; opacity: 0.8; float: right;}
	.ab_text a:hover { opacity: 1;}
	.ab_main .ab_img { width:480px; height: 300px; overflow: hidden; margin: 0; padding: 0; position: relative; float: left;}
	.ab_img img { display:block; max-width: 100%; max-height: 100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
	
	/**四大实力见证**/
	.ly_sljz { width:1200px; overflow: hidden; margin: 60px auto; padding: 0;}
	.ly_sljz ul li { width:100%; overflow: hidden; margin: 0 auto; padding: 0;}
	.ly_sljz ul li .sljz_l, .ly_sljz ul li .sljz_r { width:48%; padding: 40px 0 0; position: relative;}
	.ly_sljz ul li .sljz_l { float:left;}
	.ly_sljz ul li .sljz_r { float:right;}
	.sljz_l .sljz_tit, .sljz_r .sljz_tit { width:100%; overflow: hidden; margin: 0 auto 40px; padding: 0;}
	.sljz_tit em { display:block; width:100%; overflow: hidden; margin: 0 auto 4px; padding: 0; color: #666; font-size: 18px; font-style: normal;}
	.sljz_tit i { width:100%; overflow: hidden; color: #1475cf; font-size: 30px; margin: 0 auto 20px; padding: 0;display:block;}
	.sljz_tit span { display:block; width: 60px; height: 3px; overflow: hidden; margin: 0; padding: 0; background-color: #1475cf;}
	.sljz_l p, .sljz_r p { width:100%; overflow: hidden; line-height: 28px; margin: 0 auto; padding: 0; color: #999; font-size: 16px; text-align: justify;}
	.sljz_l img, .sljz_r img { display:block; width:100%; overflow: hidden; margin: 0; padding: 0;}
	.sljz_l b, .sljz_r b { display:block; margin: 0; padding: 20px 10px; color: #fff; font-size: 48px; background-color: #1475cf; position: absolute; top: 0;}
	.sljz_l b { left:30px;}
	.sljz_r b { right:30px;}
	
	/**new**/
	.ly_tit { width:1200px; overflow: hidden; margin: 0 auto 20px; padding: 0;}
	.ly_tit i { width:100%; overflow: hidden; color: #333; font-size: 40px; font-weight: normal; text-align: center; margin: 0 auto; padding: 0; display:block;}
	.ly_tit em { display:block; width: 30px; height: 3px; overflow: hidden; margin: 10px auto; padding: 0; background-color: #1475cf;}
	.ly_tit span { display:block; width: 100%; overflow: hidden; color: #999; font-size: 16px; text-align: center; margin: 0 auto; padding: 0;}
	
	.ly_news { width:1200px; margin: 60px auto 20px; padding: 0;}
	.ly_news ul { width:100%; overflow: hidden; margin: 0 auto; padding: 0;}
	.ly_news ul li { width:48%; height: 90px; overflow: hidden; margin: 0 4% 40px 0; padding: 0 0 0 110px; float: left; box-sizing: border-box; position: relative;}
	.ly_news ul li:nth-child(2n+2) { margin:0 0 40px;}
	
	.ly_news ul li .nw_time { width:90px; height: 90px; overflow: hidden; margin: 0;position: absolute; left: 0; top: 0;padding: 12px 0; border: 1px solid #333; border-radius: 50%; box-sizing: border-box;}
	.nw_time span { width:100%; overflow: hidden; margin: 0 auto; padding: 0; color: #333; font-size: 36px; text-align: center; display:block;}
	.nw_time p { width: 100%; overflow: hidden; margin: 0 auto; padding-top:25px; color: #999; font-size: 14px; text-align: center;}
	.nw_time:hover { border:1px solid #1475cf; background-color: #1475cf;}
	.nw_time:hover span, .nw_time:hover p { color:#fff;}
	.ly_news ul li .nw_text { width:100%; height: 90px; overflow: hidden; margin: 0; padding: 0;}
	.nw_text span { width:100%; height: 32px; overflow: hidden; line-height: 32px; margin: 0 auto 10px; padding: 0; display:block;}
	.nw_text span a { color: #2b2b2b; font-size: 18px;}
	.nw_text span a:hover { color: #1475cf;}
	.nw_text p { width:100%; height: 48px; overflow: hidden; line-height: 24px; text-indent: 2em; text-align: justify; margin: 0 auto ; padding: 0;}
	.nw_text p a { color: #999; font-size: 14px;}
	
	/**服务流程**/
	.ly_fwlc { width:100%; overflow: hidden; margin: 0 auto; padding: 60px 0; background: url(../images/fwlc.jpg) center center no-repeat; background-size: cover;}
	.ly_fwlc ul { width:1188px; overflow: hidden; margin: 40px auto 0; padding: 0 6px; display: flex;}
	.ly_fwlc ul li { width:108px;}
	.ly_fwlc ul li p { width:100px; height: 100px; overflow: hidden; margin: 0 auto 10px; padding: 0; border: 4px solid #fff; border-radius: 50%; box-sizing: border-box;}
	.ly_fwlc ul li p img { display:block; width:44px; height: 44px; margin: 0 auto; padding: 24px 0;}
	.ly_fwlc ul li span { display: block; width:100%; overflow: hidden; color: #fff; font-size: 14px; text-align: center; margin: 0 auto; padding: 0;}
	.ly_fwlc ul li img.lcjt { display:block; width: 30px; height: 30px; overflow: hidden; margin: 35px auto; padding: 0;}
	
	/**foot**/
	.ly_foot { width:100%; overflow: hidden; margin: 0 auto; padding: 40px 0; background-color: #fff;}
	.ly_foot .ft_link { width:1200px; overflow: hidden; line-height: 24px; margin: 0 auto; padding: 0; text-align: justify;}
	.ft_link span, .ft_link a { display:inline-block; font-size: 14px;}
	.ft_link span { color:#333;}
	.ft_link a { padding:0 10px; color: #979aab;}
	.ft_link a:hover { color:#fff;}
	
	.ly_foot .ft_main { width:1200px; overflow: hidden; margin: 0 auto; padding: 40px 0; border-bottom: 1px solid #fff;}
	.ft_main .ft_contact, .ft_main .ft_prolist { float: left; padding: 0 120px 0 0; border-right: 1px solid #dcdbdb;}
	.ft_main .ft_prolist { padding:0 120px;}
	.ft_main .ft_ewm { float: right;}
	.ft_contact em, .ft_prolist em { display:block; margin: 0 auto 20px; padding: 0; color: #979aab; font-size: 16px; font-weight: bold; font-style: normal;}
	.ft_contact ul li, .ft_prolist ul li a { display:block; overflow: hidden; line-height: 40px; color: #979aab; font-size: 14px;}
	.ft_contact ul li img { display:block; width: 40px; height: 40px; float: left;}
	.ft_prolist ul li a:hover { color:#1475cf;}
	.ft_ewm img { display:block; width: 140px; height: 140px; overflow: hidden; margin: 20px auto 10px; padding: 0;}
	.ft_ewm p { color:#979aab; font-size: 14px; text-align: center;}
	
	.ly_foot .ft_copy { width:100%; overflow: hidden; margin: 0 auto; padding: 40px 0 0; border-top: 1px solid #dcdbdb;}
	.ft_copy p { width:1200px; overflow: hidden; line-height: 24px; color:#979aab; font-size: 14px; text-align: center; margin: 0 auto; padding: 0;}
	.ft_copy p a { color:#979aab;}
	.ft_copy p a:hover { color:#666;}
	
	/**nybanner**/
	.nybanner { width:100%; height: 400px; overflow: hidden; margin: 0 auto 20px; padding: 0; position: relative;}
	.nybanner img { display: block; width: 1920px; height: 400px; overflow: hidden; margin: -200px 0 0 -960px; position: absolute; left: 50%; top: 50%;}
	
	/**nymain**/
	.ny_main { width:1200px; overflow: hidden; margin: 20px auto; padding: 0;}
	.ny_main .ny_l { width:285px; overflow: hidden; margin: 0; padding: 0; float: left;}
	.ny_main .ny_r { width:875px; overflow: hidden; margin: 0; padding: 0; float: right;}
	.ny_lcon { width:100%; overflow: hidden; margin: 0 auto 20px; padding: 0;}
	.ny_ltit { width:100%; height: 60px; overflow: hidden; line-height: 40px; color: #fff; font-size: 24px; margin: 0 auto; padding: 10px 20px; background-color: #1475cf; box-sizing: border-box;}
	.ny_ltit span { display: inline-block; font-size: 14px; font-style: italic; margin: 0 0 0 10px;}
	.ny_lcon ul { width:100%; overflow: hidden; margin: 0 auto; padding: 20px 10px 10px; border-right: 1px solid #eaeaea; border-bottom: 1px solid #eaeaea; border-left: 1px solid #eaeaea; box-sizing: border-box;}
	.ny_lcon ul li { width:100%; overflow: hidden; margin:0 auto 10px; padding: 0;}
	.ny_lcon ul li a { display:block; width: 100%; height: 40px; overflow: hidden; line-height: 40px; color: #333; font-size: 14px; background: #f5f5f5 url(../images/jt_tb2.png) 200px 14px no-repeat; margin: 0 auto; padding: 0 10px;}
	.ny_lcon ul li a:hover, .ny_lcon ul li a.nyon { color:#fff; background: #1475cf url(../images/jt_tb3.png) 200px 14px no-repeat;}
	
	.ny_lnew { width:100%; overflow: hidden; margin: 0 auto; padding: 20px 9px; border-right: 1px solid #dfdfdf; border-bottom: 1px solid #eaeaea; border-left: 1px solid #eaeaea; box-sizing: border-box;}
	.ny_lnew ol li { width: 100%; height: 40px; overflow: hidden; line-height: 40px; margin: 0 auto; padding: 0; border-bottom: 1px dotted #eaeaea;}
	.ny_lnew ol li a { color: #666; font-size: 14px;display:block;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
	.ny_lnew ol li a:hover { color:#1475cf;}
	.ny_lnew ol li a span { display:block; width:4px; height: 4px; overflow: hidden; margin: 18px 10px 18px 0; padding: 0; background-color: #1475cf; border-radius: 50%; float: left;}
	
	.ny_lcon .ny_llxwm { width:100%; overflow: hidden; margin: 0 auto; padding: 20px 20px 10px; border-right: 1px solid #eaeaea; border-bottom: 1px solid #eaeaea; border-left: 1px solid #eaeaea; box-sizing: border-box;}
	.ny_llxwm p { width:100%; overflow: hidden; line-height: 22px; color: #333; font-size: 14px; margin: 0 auto 10px; padding: 0;}
	.ny_llxwm p span, .ny_llxwm p em { color:#999; font-style: normal;}
	.ny_llxwm p em { display: block; text-indent: 2em; text-align: justify; margin: 4px 0 0;}
	.ny_llxwm p a { display: block; color:#1475cf; text-decoration: underline; text-indent: 2em; text-align: justify; margin: 4px 0 0;}
	.ny_llxwm p a:hover { color:#1475cf;}
		
	
	/**nw_list**/
	.nw_list { width:100%; overflow: hidden; margin: 0 auto; padding: 0;}
	.nw_list ul li { width:100%; height: 110px; overflow: hidden; margin: 0 auto 20px; padding: 0 0 20px 110px; border-bottom: 1px solid #eaeaea; box-sizing: border-box; position: relative;}
	.nw_list ul li .nws_time { width:90px; height: 90px; overflow: hidden; margin: 0;position: absolute; left: 0; top: 0;padding: 12px 0; border: 1px solid #333; border-radius: 50%; box-sizing: border-box;}
	.nw_list ul li .nws_time em { display:block; width:100%; overflow: hidden; margin: 0 auto; padding: 0; color: #333; font-size: 36px; text-align: center;}
	.nw_list ul li .nws_time span { display:block; width: 100%; overflow: hidden; margin: 0 auto; padding: 0; color: #999; font-size: 14px; text-align: center;}
	
	.nw_list ul li:hover .nws_time { background-color: #1475cf; border: 1px solid #1475cf;}
	.nw_list ul li:hover .nws_time em, .nw_list ul li:hover .nws_time span { color:#fff;}	
	.nw_list ul li .nws_text { width:100%; height: 84px; overflow: hidden; margin: 0; padding: 8px 0;}
	.nw_list ul li .nws_text h5 a { display: block; width:100%; height: 26px; overflow: hidden; line-height: 26px; color: #2b2b2b; font-size: 18px; margin: 0 auto 10px; padding: 0;}
	.nw_list ul li .nws_text p a { display: block; width:100%; height: 48px; overflow: hidden; line-height: 24px; color: #999; font-size: 14px; text-align: justify; text-indent: 2em; margin: 0 auto; padding: 0;}
	.nw_list ul li:hover .nws_text h5 a { color:#1475cf;}
	
	/**渠道加盟**/
	.join_list { width:1200px; overflow: hidden; margin: 60px auto; padding: 0;}
	.join_list ul li { width:100%; overflow: hidden; margin: 0 auto 60px; padding: 0;}
	.join_list ul li .join_img { width:560px; overflow: hidden; margin: 0; padding: 0; float: left;}
	.join_img img { display:block; width:100%; overflow: hidden; margin: 0; padding: 0;}
	.join_list ul li .join_text { width:560px; overflow: hidden; margin: 0; padding: 0; float: right;}
	.join_list ul li:nth-child(2n+2) .join_img { float:right;}
	.join_list ul li:nth-child(2n+2) .join_text { float:left;}
	.join_text h5 { width:100%; height: 40px; overflow: hidden; line-height: 40px; color: #333; font-size: 24px; margin: 0 auto 20px; padding: 0;}
	.join_text h5 span { display:block; width:8px; height: 8px; overflow: hidden; background-color: #1475cf; border-radius: 50%; margin: 16px 16px 16px 0; padding: 0; float: left;}
	.join_text p { width:100%; overflow: hidden; line-height: 30px; margin: 0; padding: 0; color: #666; font-size: 16px; text-indent: 2em; text-align: justify;}
	.join_text p span { display: block; width:100%; height: 30px; line-height: 30px; color: #666; font-size: 16px; text-indent: 0; margin: 0; padding: 0 0 0 32px; box-sizing: border-box;}
	.join_text p span em { display:block; width: 4px; height: 4px; overflow: hidden; border: 1px solid #1475cf; border-radius: 50%; margin: 12px 12px 12px 0; padding: 0; float: left;}
	
	.join_form { width:1200px; overflow: hidden; margin: 60px auto; padding: 0;}
	.join_form .join_fm_tit { width:100%; overflow: hidden; color: #333; font-size: 24px; margin: 0 auto 40px; padding: 0;}
	.join_form .join_fl, .join_form .join_fr { width:560px; overflow: hidden; margin: 0; padding: 0;}
	.join_form .join_fl { float:left;}
	.join_form .join_fr { float:right;}
	.join_fl ul li { width:560px; overflow: hidden; margin: 0 auto 20px; padding: 0;}
	.join_fl ul li p { width:80px; height: 40px; overflow: hidden; line-height: 40px; color: #666; font-size: 14px; margin: 0; padding: 0; float: left;}
	.join_fl ul li .join_ipt { width:478px; overflow: hidden; border: 1px solid #dfdfdf; padding: 0; margin: 0;}
	.join_fl ul li .join_btn { width:480px; overflow: hidden; padding: 0; margin: 10px 0 0;}
	.join_ipt input, .join_ipt select { display:block; width:100%; height: 40px; overflow: hidden; line-height: 30px; color: #666; font-size: 14px; border: none; outline: none; margin: 0; padding: 4px 19px; box-sizing: border-box;}
	.join_btn input { display:block; width:100%; height: 50px; overflow: hidden; line-height: 50px; color: #fff; font-size: 16px; background-color: #1475cf; border: none; outline: none; margin: 0; padding: 4px 19px; box-sizing: border-box;}
	.join_fl ul li .fm_half { width:270px; margin: 0 20px 0 0; float: left;}
	.join_fl ul li .fm_half:nth-child(2n+2) { margin:0;}
	.join_fl ul li .fm_half .join_ipt { width:188px;}
	.join_ipt textarea { display:block; width:100%; height: 140px; overflow: hidden; line-height: 30px; color: #666; font-size: 14px; border: none; outline: none; resize: none; margin: 0; padding: 4px 19px; box-sizing: border-box;}
	
	.join_fr p { width:100%; overflow: hidden; margin: 0 auto 20px; padding: 0; color:#333; font-size: 14px; font-weight: bold;}
	.join_fr ul li { width:100%; overflow: hidden; line-height: 32px; color: #666; font-size: 14px;}
		
	/**产品咨询**/
	.pro_form { width:875px; overflow: hidden; margin: 40px auto 20px; padding: 0;}
	.pro_form ul li { width:875px; overflow: hidden; margin: 0 auto 20px; padding: 0;}
	.pro_form ul li p { width:70px; height: 40px; overflow: hidden; line-height: 40px; color: #666; font-size: 14px; margin: 0; padding: 0 10px 0 0; float: left;}
	.pro_form ul li .pro_fmipt { width:793px; overflow: hidden; border: 1px solid #dfdfdf; padding: 0; margin: 0; position: relative;}
	.pro_form ul li .pro_fmbtn { width:795px; overflow: hidden; padding: 0; margin: 20px 0 0; float: left;}
	.pro_fmipt input, .pro_fmipt select { display:block; width:100%; height: 40px; overflow: hidden; line-height: 30px; color: #666; font-size: 14px; border: none; outline: none; margin: 0; padding: 4px 19px; box-sizing: border-box;}
	.pro_fmbtn input { display:block; width:377px; height: 50px; overflow: hidden; line-height: 40px; color: #fff; font-size: 16px; background-color: #607783; border: none; outline: none; margin: 0; padding: 4px 19px; box-sizing: border-box; float: left;}
	.pro_fmbtn input.tj { margin:0 40px 0 0; background-color: #00af80;}
	.pro_form ul li .fm_half { width:427px; margin: 0 20px 0 0; float: left;}
	.pro_form ul li .fm_half:nth-child(2n+2) { margin:0;}
	.pro_form ul li .fm_half .pro_fmipt { width:345px;}
	.pro_fmipt textarea { display:block; width:100%; height: 140px; overflow: hidden; line-height: 30px; color: #666; font-size: 14px; border: none; outline: none; resize: none; margin: 0; padding: 4px 19px; box-sizing: border-box;}
	.pro_fmipt a { display:block; width: 100px; height: 40px; overflow: hidden; position: absolute; top: 0; right: 0;}
	.pro_fmipt a img { display:block; width: 100px; height: 40px; margin: 0 auto; padding: 0;}
	
	/**prodetail**/
	.pro_detail_main { width:1200px; overflow: hidden; margin: 60px auto; padding: 0; position: relative;}
	.pro_detail_main .pro_detail_img { width:440px; height: 440px; overflow: hidden; margin: 0; padding: 10px; border: 1px solid #dfdfdf; box-sizing: border-box; float: left;}
	.pro_detail_img .pro_detail_img_main { width:100%; height: 100%; margin: 0 auto; padding: 0; position: relative;}
	.pro_detail_img_main img { display:block; max-width: 100%; max-height: 100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
	.pro_detail_main .pro_detail_text { width:680px; overflow: hidden; margin: 0; padding: 20px 0 0; float: right;}
	.pro_detail_text h3 { width:100%; overflow: hidden; line-height: 36px; color: #1475cf; font-size: 24px; text-align: justify; margin: 0 auto; padding: 0;}
	.pro_detail_text h1 { width:100%; overflow: hidden; line-height: 36px; color: #1475cf; font-size: 24px; text-align: justify; margin: 0 auto; padding: 0;}
	.pro_detail_text ul { width:100%; margin: 30px auto; padding: 0;}
	.pro_detail_text ul li { width:100%; max-height: 72px; overflow: hidden; line-height: 24px; color: #999; font-size: 14px; text-align: justify; margin: 10px auto; padding: 0;}
	.pro_detail_text ul li span { color:#333; font-weight: bold;}
	.pro_detail_text .pro_detail_btn { width:680px; height: 54px; overflow: hidden; margin: 0 auto; padding: 0; position: absolute; right: 0; bottom: 20px;}
	.pro_detail_btn a { display:block; width: 320px; height: 54px; overflow: hidden; line-height: 54px; color: #fff; font-size: 16px; text-align: center; margin: 0; padding: 0; float: left;}
	.pro_detail_btn a.prodtl_btn1 { float:left; margin: 0 40px 0 0; background-color: #1475cf;}
	.pro_detail_btn a.prodtl_btn2 { float:left; background-color: #00af80;}
	.pro_detail_btn a.prodtl_btn1:hover { background-color: #255abe;}
	.pro_detail_btn a.prodtl_btn2:hover { background-color: #00bd8a;}
	
	.swiper-container { width: 100%; height: 100%;}
	.swiper-slide { text-align: center;}
	.swiper-slide a{display:block;width:100%;height:100%;}
	.swiper-slide .part { width:100%; height: 100%; position: relative;}
	.swiper-slide .part img { display:block; max-width: 100%; max-height: 100%; margin: auto; padding: 0; left: 0; top: 0;}
	.swiper-pagination-bullet { width: 8px; height: 8px; background-color: rgba(0,0,0,0.5);}
	#swiper-container-01 .swiper-pagination-bullet-active { background-color: #1475cf;}
	
	/**tjpro**/
	.tjpro { width:1200px; overflow: hidden; margin: 60px auto; padding: 0;}
	.tjpro .tjpro_tit { width:100%; overflow: hidden; color: #333; font-size: 24px; margin: 0 auto 20px; padding: 0;}
	.tjpro .tjpro_list { width:1200px; height: 300px; overflow: hidden; margin: 0 auto; padding: 29px 19px; border: 1px solid #dfdfdf; box-sizing: border-box;}
	.tjpro_list .ly_scroll { width:100%; overflow: hidden; margin: 0 auto; padding: 0;}
	.ly_scroll ul li { width:290px; overflow: hidden; margin: 0 20px 0 0; padding: 0; float: left;}
	.ly_scroll ul li a { width:100%; overflow: hidden; margin: 0 auto; padding: 0;}
	.ly_scroll ul li a .ly_scroll_img { width:290px; height: 194px; overflow: hidden; margin: 0 auto; padding: 0; background-color: #f8f8f8; position: relative;}
	.ly_scroll_img img { display:block; max-width: 100%; max-height: 100%; overflow: hidden; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
	.ly_scroll ul li a p { width:100%; height: 44px; overflow: hidden; margin: 0 auto; padding: 0; line-height: 44px; color: #fff; font-size: 14px; text-align: center; background-color: #1475cf;}
	.ly_scroll ul li a:hover p { background-color: #00af80;}
	
	/**contact**/
	.ly_map { width:100%; height: 360px; overflow: hidden; margin: 20px auto; padding: 10px; border: 1px solid #eaeaea; box-sizing: border-box;}
	#dituContent { width:100%; height: 100%; overflow: hidden; margin: 0 auto;}
	
	.ly_contact { width:100%; overflow: hidden; margin: 40px auto; padding: 0;}
	.ly_contact h5 { width:100%; overflow: hidden; color: #333; font-size: 24px; margin: 0 auto 20px; padding: 0;}
	.ly_contact .con_text { width:100%; overflow: hidden; margin: 20px auto; padding: 0;}
	.con_text ul { width:33%; overflow: hidden; margin: 0; padding: 30px 0 30px 20px; float: left; box-sizing: border-box;}
	.con_text ul li { width:100%; overflow: hidden; line-height: 28px; color: #666; font-size: 14px; margin: 10px 0; padding: 0;}
	.con_text .con_img { width:67%; overflow: hidden; margin: 0; padding: 0; float: right;}
	.con_img img { display:block; width: 100%; overflow: hidden; margin: 0; padding: 0;}
	
}

@media screen and (max-width:1199px) and (min-width:1081px) {
	
	/**top**/
	.ly_top { width:100%; height: 100px; margin: 0 auto; padding: 0; background-color: #fff;}
	.ly_top .top_main { width:96%; height: 100px; margin: 0 auto; padding: 0;}
	.top_main .ly_logo { width:460px; height: 100px; overflow: hidden; margin: 0; padding: 0; float: left;}
	
	.top_tel{ float:left;font-size: 16px;color: #333; background:url(../images/tel.jpg) no-repeat left center;line-height: 30px;padding-left:40px;margin-left:24px;margin-top:15px;}
	.top_tel b{font-size: 30px;display: block;color:#1475cf;}
	/**nav**/
	.ly_nav { width:100%; height: 50px; margin: 0; padding: 0; background-color: #1475cf; position: relative;}
	.nav { width: 96%; height: 50px; margin: 0 auto; }
	.nav_item { float: left; position: relative; margin: 0;}
	.nav_item > a { display: block; width: 124px; height: 50px; padding: 0; line-height: 50px; color: #fff; font-size: 15px; text-align: center; -webkit-transition: all .4s; transition: all .4s; }
	.nav_item > a:hover, .nav_item > a.navon { color: #fff; background-color: #00549c;}

	.menu_open { display: none; }
	
	.nav_item_open { width: 100%; height: auto; position: absolute; left: 0; top: 100%; z-index: 10; box-shadow: 0 4px 8px 0 rgba(0, 12, 49, 0.1); background: #fff; border-radius: 0; opacity: 0; visibility: hidden; -webkit-transform: translateY(34px); transform: translateY(34px); -webkit-transition: all .4s; transition: all .4s; overflow: hidden; }
	.nav_item:hover .nav_item_open { visibility: visible; opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px);}
	.subopen { display: none; }
	.nav_item2 { width: 100%; line-height: 48px; }
	.nav_item2 a { display: block; padding: 0 10px; color: #666; font-size: 14px; white-space: nowrap; text-align: center; }
	.nav_item2:hover a { background-color: #00549c; color: #fff; }
	.hcover { display: none; }	
	
	/**search**/
	.ly_search { width:300px; height: 40px; overflow: hidden; margin: 30px 0; padding: 0; float: right;}
	.ly_search .sc_ipt { width:240px; height: 40px; overflow: hidden; margin: 0; padding: 3px 20px; border-left: 1px solid #eaeaea; border-top: 1px solid #eaeaea; border-bottom: 1px solid #eaeaea; border-radius: 4px 0 0 4px; float: left; box-sizing: border-box;}
	.ly_search .sc_btn { width:60px; height: 40px; overflow: hidden; margin: 0; padding: 0; background-color: #1475cf; border-radius: 0 4px 4px 0;}
	.sc_ipt input { display:block; width:100%; height: 32px; overflow: hidden; line-height: 32px; color: #666; font-size: 14px; border: none; outline: none; background: none;}
	.sc_btn input { display:block; width: 100%; height: 40px; background: url(../images/sc_btn1.png) center center no-repeat; border: none; outline: none;}
	
	/**banner**/
	.apple-banner { width: 100%; height: 418px; overflow: hidden;}
	.apple-banner .swiper-container { width: 100%; height: 418px;}
	.swiper-button-prev,.swiper-button-next { width: 15%; height: 100%; top:0; background:none;}
	.swiper-button-prev { left:0;}	
	.swiper-button-next { right:0;}	
	.swiper-button-prev span,.swiper-button-next span { display:block; width: 64px; height: 64px; position: absolute; left: 20px; top: 50%; margin-top:-32px; border-radius: 100%; background: rgba(0,0,0,0.5) url(../images/arrows1.png) no-repeat center center; opacity: 0; -webkit-transition: opacity 0.5s ease; transition: opacity 0.5s ease;}
	.swiper-button-next span { background: rgba(0,0,0,0.5) url(../images/arrows2.png) no-repeat center center; left:auto; right:20px; }
	.swiper-button-prev:hover span,.swiper-button-next:hover span{ opacity: .6;}
	/*分页器*/
	.apple-banner .swiper-pagination{ top:auto; bottom:20px; background:none;}
	.apple-banner .swiper-pagination-bullet { display: inline-block; width: 50px; margin: 0 3px; cursor: pointer; background: none; border-radius:0; opacity: 1;}
	.apple-banner .swiper-pagination-bullet span { width: 50px; height: 2px; display: block; background: rgba(0,0,0,0.3);}
	.apple-banner .swiper-pagination-bullet-active span{ background-color: #fff;}
	.apple-banner .autoplay .swiper-pagination-bullet-active span{ background: rgba(255,255,255,0.5);}
	.apple-banner .swiper-pagination-bullet i{ background-color: #fff; height: 2px; transform:scaleX(0); transform-origin: 0; display: block;}
	.apple-banner .autoplay .firsrCurrent i{ transition:transform 2.9s linear; transform:scaleX(1);}
	.apple-banner .autoplay .current i{ transition:transform 4s linear; transform:scaleX(1);}
	.apple-banner .autoplay .replace span{ background-color:#fff;}
	/*内容样式*/
	.slide1 { background:url(../images/banner1.jpg) center center no-repeat; background-size: 150%;}
	.slide2 { background:url(../images/banner2.jpg) center center no-repeat; background-size: 150%;}
	
	/**我们能提供的服务**/
	.ly_service { width:96%; overflow: hidden; margin: 60px auto; padding: 0;}
	
	/**product**/
	.ly_products { width:96%; overflow: hidden; margin: 60px auto; padding: 0;}
	.protab { width:100%; height: 44px; overflow: hidden; margin: 0 auto 40px; padding: 0; text-align: center;}
	.protab ul { display:inline-block;}
	.protab ul li { width:160px; height: 44px; overflow: hidden; margin: 0; padding: 0 5px; float: left; cursor: pointer;}
	.protab ul li span { display:block; width: 100%; height: 44px; overflow: hidden; line-height: 44px; color: #666; font-size: 16px; text-align: center; background-color: #f5f5f5;}
	.protab ul li.protab0 span { background-color: #1475cf; color: #fff;}
	
	.pro_list { width:100%; overflow: hidden; margin: 0 auto; padding: 0;}
	.pro_list ul li { width:23.5%; overflow: hidden; margin: 0 2% 0 0; padding: 0; float: left;}
	.pro_list ul li:nth-child(4n+4) { margin:0;}
	.pro_list ul li .pro_img a { display:block; width:100%; height: 285px; overflow: hidden; margin: 0 auto; padding: 0; border: 1px solid #eee; background-color: #fff; position: relative; box-sizing: border-box;}
	.pro_img img { display:block; max-width: 100%; max-height: 100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
	.pro_list ul li p a { display:block; width:100%; height: 40px; overflow: hidden; line-height: 40px; color: #666; font-size: 14px; text-align: center;}
	.pro_list ul li .pro_img a:hover { border: 1px solid #1475cf;}
	.pro_list ul li p a:hover { color: #1475cf;}
	
	/**产品目录**/
	.pro_menu { width:23.5%; overflow: hidden; margin: 0; padding: 0; float: left;}
	.pro_menu .pro_menu_tit { width:100%; height: 60px; overflow: hidden; line-height: 60px; color: #fff; font-size: 20px; margin: 0 auto; padding: 0 20px; background-color: #1475cf; box-sizing: border-box;}
	.pro_menu_tit span { display: inline-block; font-size: 12px; font-style: italic; margin: 0 0 0 10px;}
	.pro_menu_tit em{cursor: pointer;display: none;font-size: 14px;width: 30%;text-align: right;color: #ffffff;height:50px;line-height: 50px;float: right;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;}
	.pro_menu ul.dropdown { width: 100%; background-color: #fff; font-family: "Montserrat", sans-serif; margin: 0; padding: 10px 0 0; border-right: 1px solid #eaeaea; border-left: 1px solid #eaeaea; box-sizing: border-box;}
	.pro_menu ul.dropdown li { border-bottom: 1px solid #eaeaea; position: relative;}
	.pro_menu ul.dropdown li:hover {}
	.pro_menu ul.dropdown li a { display: block; width: 100%; height: 44px; overflow: hidden; line-height: 44px; color: #333; font-size: 14px; text-decoration: none; margin: 0; padding:0 20px; box-sizing: border-box;}
	.pro_menu ul.dropdown li:hover a { color: #1475cf;}
	.pro_menu ul.dropdown li p { width:44px; height: 44px; margin: 0; padding: 0; position: absolute; top: 0; right: 0; cursor: pointer;}
	.pro_menu ul.dropdown li p.showWordsBtn { background: url(../images/jt1.png) center center no-repeat; background-size: 20px 20px;}
	.pro_menu ul.dropdown li:hover p.showWordsBtn { background: url(../images/jt01.png) center center no-repeat; background-size: 20px 20px;}
	.pro_menu ul.dropdown li p.hideWordsBtn { background: url(../images/jt02.png) center center no-repeat; background-size: 20px 20px;}
	.pro_menu ul.dropdown li > ul { margin:0; padding: 0; background-color: #fafafa;}
	.pro_menu ul.dropdown li > ul li { border: none;}
	.pro_menu ul.dropdown li > ul li a { color: #666; padding: 0 30px; background: none;}
	.pro_menu ul.dropdown li:hover > ul li a { background: none; color: #999;}
	.pro_menu ul.dropdown li > ul li a:hover { background-color: #f8f8f8; color:#1475cf;}
		
	.pro_list1 { width:74%; overflow: hidden; margin: 0 auto; padding: 0;}
	.pro_list1 ul li { width:32%; overflow: hidden; margin: 0 2% 0 0; padding: 0; float: left;}
	.pro_list1 ul li:nth-child(3n+3) { margin:0;}
	.pro_list1 ul li .pro_img a { display:block; width:100%; height: 285px; overflow: hidden; margin: 0 auto; padding: 0; border: 1px solid #eee; background-color: #fff; position: relative; box-sizing: border-box;}
	.pro_img img { display:block; max-width: 100%; max-height: 100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
	.pro_list1 ul li p a { display:block; width:100%; height: 40px; overflow: hidden; line-height: 40px; color: #666; font-size: 14px; text-align: center;}
	.pro_list1 ul li .pro_img a:hover { border: 1px solid #1475cf;}
	.pro_list1 ul li p a:hover { color: #1475cf;}
	
	.pro_list2 { width:100%; overflow: hidden; margin: 0 auto; padding: 0; float: right;}
	.pro_list2 ul li { width:31%; overflow: hidden; margin: 0 3.5% 20px 0; padding: 0; float: left;}
	.pro_list2 ul li:nth-child(3n+3) { margin:0 0 20px;}
	.pro_list2 ul li .pro_img a { display:block; width:100%; height: 285px; overflow: hidden; margin: 0 auto; padding: 0; border: 1px solid #eee; background-color: #fff; position: relative; box-sizing: border-box;}
	.pro_img img { display:block; max-width: 100%; max-height: 100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
	.pro_list2 ul li .xc_img a { display: block; width:100%; height: 200px; overflow: hidden; margin: 0 auto; padding: 0; border: 1px solid #eee; background-color: #fff; position: relative; box-sizing: border-box;}
	.pro_img img, .xc_img img { display:block; max-width: 100%; max-height: 100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
	.pro_list2 ul li p a { display:block; width:100%; height: 40px; overflow: hidden; line-height: 40px; color: #666; font-size: 14px; text-align: center;}
	.pro_list2 ul li .pro_img a:hover { border: 1px solid #1475cf;}
	.pro_list2 ul li p a:hover { color: #1475cf;}
	
	.ly_more { width:100%; overflow: hidden; margin: 20px auto 0; padding: 0;}
	.ly_more a { display:block; width: 158px; height: 38px; overflow: hidden; line-height: 38px; color: #1475cf; font-size: 14px; text-align: center; border: 1px solid #1475cf; margin: 0 auto; padding: 0;}
	.ly_more a:hover { color:#fff; background-color: #1475cf;}
	
	/**about**/
	.ly_about { width:100%; overflow: hidden; margin: 60px auto; padding: 60px 0; background-color: #f7f7f7;}
	.ly_about .ab_tit { width:96%; overflow: hidden; margin: 0 auto 40px; padding: 0;}
	.ab_tit b { display:block; width:100%; overflow: hidden; margin: 0 auto; padding: 0; color: #333; font-size: 40px; font-weight: normal; text-align: center;}
	.ab_tit em { display:block; width: 30px; height: 3px; overflow: hidden; margin: 10px auto; padding: 0; background-color: #1475cf;}
	.ab_tit span { display:block; width:100%; overflow: hidden; margin: 0 auto; padding: 0; color: #555; font-size: 16px; text-align: center; opacity: 0.8;}
	.ly_about .ab_main { width:96%; overflow: hidden; margin: 0 auto; padding: 0;}
	.ab_main .ab_text { width:54%; overflow: hidden; margin: 0; padding: 0; float: right;}
	.ab_text p { width:100%; overflow: hidden; line-height: 28px; margin: 0 auto; padding: 0; color: #555; font-size: 14px; text-indent: 2em; text-align: justify;}
	.ab_text a { display:block; width: 158px; height: 38px; overflow: hidden; line-height: 38px; color: #1475cf; font-size: 14px; text-align: center; margin: 40px 0 0; border: 1px solid #1475cf; opacity: 0.8; float: right;}
	.ab_text a:hover { opacity: 1;}
	.ab_main .ab_img { width:44%; height: 300px; overflow: hidden; margin: 0; padding: 0; position: relative; float: left;}
	.ab_img img { display:block; max-width: 100%; max-height: 100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
	
	/**四大实力见证**/
	.ly_sljz { width:96%; overflow: hidden; margin: 60px auto; padding: 0;}
	.ly_sljz ul li { width:100%; overflow: hidden; margin: 0 auto; padding: 0;}
	.ly_sljz ul li .sljz_l, .ly_sljz ul li .sljz_r { width:48%; padding: 40px 0 0; position: relative;}
	.ly_sljz ul li .sljz_l { float:left;}
	.ly_sljz ul li .sljz_r { float:right;}
	.sljz_l .sljz_tit, .sljz_r .sljz_tit { width:100%; overflow: hidden; margin: 0 auto 40px; padding: 0;}
	.sljz_tit em { display:block; width:100%; overflow: hidden; margin: 0 auto 4px; padding: 0; color: #666; font-size: 18px; font-style: normal;}
	.sljz_tit i { width:100%; overflow: hidden; color: #1475cf; font-size: 30px; margin: 0 auto 20px; padding: 0;display:block;}
	.sljz_tit span { display:block; width: 60px; height: 3px; overflow: hidden; margin: 0; padding: 0; background-color: #1475cf;}
	.sljz_l p, .sljz_r p { width:100%; overflow: hidden; line-height: 28px; margin: 0 auto; padding: 0; color: #999; font-size: 16px; text-align: justify;}
	.sljz_l img, .sljz_r img { display:block; width:100%; overflow: hidden; margin: 0; padding: 0;}
	.sljz_l b, .sljz_r b { display:block; margin: 0; padding: 20px 10px; color: #fff; font-size: 48px; background-color: #1475cf; position: absolute; top: 0;}
	.sljz_l b { left:30px;}
	.sljz_r b { right:30px;}
	
	/**new**/
	.ly_tit { width:96%; overflow: hidden; margin: 0 auto 20px; padding: 0;}
	.ly_tit i { width:100%; overflow: hidden; color: #333; font-size: 40px; font-weight: normal; text-align: center; margin: 0 auto; padding: 0;display:block;}
	.ly_tit em { display:block; width: 30px; height: 3px; overflow: hidden; margin: 10px auto; padding: 0; background-color: #1475cf;}
	.ly_tit span { display:block; width: 100%; overflow: hidden; color: #999; font-size: 16px; text-align: center; margin: 0 auto; padding: 0;}
	
	.ly_news { width:96%; margin: 60px auto 20px; padding: 0;}
	.ly_news ul { width:100%; overflow: hidden; margin: 0 auto; padding: 0;}
	.ly_news ul li { width:48%; height: 90px; overflow: hidden; margin: 0 4% 40px 0; padding: 0 0 0 110px; float: left; box-sizing: border-box; position: relative;}
	.ly_news ul li:nth-child(2n+2) { margin:0 0 40px;}
	
	.ly_news ul li .nw_time { width:90px; height: 90px; overflow: hidden; margin: 0; position: absolute; left: 0; top: 0;padding: 12px 0; border: 1px solid #333; border-radius: 50%; box-sizing: border-box;}
	.nw_time span { width:100%; overflow: hidden; margin: 0 auto; padding: 0; color: #333; font-size: 36px; text-align: center; display:block;}
	.nw_time p { width: 100%; overflow: hidden; margin: 0 auto; padding: 0; color: #999; font-size: 14px; text-align: center;}
	.nw_time:hover { border:1px solid #1475cf; background-color: #1475cf;}
	.nw_time:hover span, .nw_time:hover p { color:#fff;}
	.ly_news ul li .nw_text { width:100%; height: 90px; overflow: hidden; margin: 0; padding: 0;}
	.nw_text span { width:100%; height: 32px; overflow: hidden; line-height: 32px; margin: 0 auto 10px; padding: 0;display:block;}
	.nw_text span a { color: #2b2b2b; font-size: 18px;}
	.nw_text span a:hover { color: #1475cf;}
	.nw_text p { width:100%; height: 48px; overflow: hidden; line-height: 24px; text-indent: 2em; text-align: justify; margin: 0 auto ; padding: 0;}
	.nw_text p a { color: #999; font-size: 14px;}
	
	/**服务流程**/
	.ly_fwlc { width:100%; overflow: hidden; margin: 0 auto; padding: 60px 0; background: url(../images/fwlc.jpg) center center no-repeat; background-size: cover;}
	.ly_fwlc ul { width:96%; overflow: hidden; margin: 40px auto 0; padding: 0 6px; display: flex;}
	.ly_fwlc ul li { width:9%;}
	.ly_fwlc ul li p { width:100px; height: 100px; overflow: hidden; margin: 0 auto 10px; padding: 0; border: 4px solid #fff; border-radius: 50%; box-sizing: border-box;}
	.ly_fwlc ul li p img { display:block; width:44px; height: 44px; margin: 0 auto; padding: 24px 0;}
	.ly_fwlc ul li span { display: block; width:100%; overflow: hidden; color: #fff; font-size: 14px; text-align: center; margin: 0 auto; padding: 0;}
	.ly_fwlc ul li img.lcjt { display:block; width: 30px; height: 30px; overflow: hidden; margin: 35px auto; padding: 0;}
	
	/**foot**/
	.ly_foot { width:100%; overflow: hidden; margin: 0 auto; padding: 40px 0; background-color: #fff;}
	.ly_foot .ft_link { width:96%; overflow: hidden; line-height: 24px; margin: 0 auto; padding: 0; text-align: justify;}
	.ft_link span, .ft_link a { display:inline-block; font-size: 14px;}
	.ft_link span { color:#333;}
	.ft_link a { padding:0 10px; color: #979aab;}
	.ft_link a:hover { color:#fff;}
	
	.ly_foot .ft_main { width:96%; overflow: hidden; margin: 0 auto; padding: 40px 0; border-bottom: 1px solid #fff;}
	.ft_main .ft_contact, .ft_main .ft_prolist { float: left; padding: 0 10% 0 0; border-right: 1px solid #dcdbdb;}
	.ft_main .ft_prolist { padding:0 10%;}
	.ft_main .ft_ewm { float: right;}
	.ft_contact em, .ft_prolist em { display:block; margin: 0 auto 20px; padding: 0; color: #979aab; font-size: 16px; font-weight: bold; font-style: normal;}
	.ft_contact ul li, .ft_prolist ul li a { display:block; overflow: hidden; line-height: 40px; color: #979aab; font-size: 14px;}
	.ft_contact ul li img { display:block; width: 40px; height: 40px; float: left;}
	.ft_prolist ul li a:hover { color:#fff;}
	.ft_ewm img { display:block; width: 140px; height: 140px; overflow: hidden; margin: 20px auto 10px; padding: 0;}
	.ft_ewm p { color:#979aab; font-size: 14px; text-align: center;}
	
	.ly_foot .ft_copy { width:100%; overflow: hidden; margin: 0 auto; padding: 40px 0 0; border-top: 1px solid #dcdbdb;}
	.ft_copy p { width:96%; overflow: hidden; line-height: 24px; color:#979aab; font-size: 14px; text-align: center; margin: 0 auto; padding: 0;}
	.ft_copy p a { color:#979aab;}
	.ft_copy p a:hover { color:#fff;}
	
	/**nybanner**/
	.nybanner { width:100%; height: 400px; overflow: hidden; margin: 0 auto 60px; padding: 0; position: relative;}
	.nybanner img { display: block; width: 1920px; height: 400px; overflow: hidden; margin: -200px 0 0 -960px; position: absolute; left: 50%; top: 50%;}
	
	/**nymain**/
	.ny_main { width:96%; overflow: hidden; margin: 60px auto; padding: 0;}
	.ny_main .ny_l { width:23.5%; overflow: hidden; margin: 0; padding: 0; float: left;}
	.ny_main .ny_r { width:74%; overflow: hidden; margin: 0; padding: 0; float: right;}
	.ny_lcon { width:100%; overflow: hidden; margin: 0 auto 20px; padding: 0;}
	.ny_ltit { width:100%; height: 60px; overflow: hidden; line-height: 40px; color: #fff; font-size: 20px; margin: 0 auto; padding: 10px 20px; background-color: #1475cf; box-sizing: border-box;}
	.ny_ltit span { display: inline-block; font-size: 12px; font-style: italic; margin: 0 0 0 10px;}
	.ny_lcon ul { width:100%; overflow: hidden; margin: 0 auto; padding: 20px 10px 10px; border-right: 1px solid #eaeaea; border-bottom: 1px solid #eaeaea; border-left: 1px solid #eaeaea; box-sizing: border-box;}
	.ny_lcon ul li { width:100%; overflow: hidden; margin:0 auto 10px; padding: 0;}
	.ny_lcon ul li a { display:block; width: 100%; height: 40px; overflow: hidden; line-height: 40px; color: #333; font-size: 14px; background: #f5f5f5 url(../images/jt_tb2.png) 200px 14px no-repeat; margin: 0 auto; padding: 0 10px;}
	.ny_lcon ul li a:hover, .ny_lcon ul li a.nyon { color:#fff; background: #1475cf url(../images/jt_tb3.png) 200px 14px no-repeat;}
	
	.ny_l .pro_menu { width:100%; margin: 0 0 20px;}
	
	.ny_lnew { width:100%; overflow: hidden; margin: 0 auto; padding: 20px 9px; border-right: 1px solid #eaeaea; border-bottom: 1px solid #eaeaea; border-left: 1px solid #eaeaea; box-sizing: border-box;}
	.ny_lnew ol li { width: 100%; height: 40px; overflow: hidden; line-height: 40px; margin: 0 auto; padding: 0; border-bottom: 1px dotted #eaeaea;}
	.ny_lnew ol li a { color: #666; font-size: 14px;}
	.ny_lnew ol li a:hover { color:#008ed8;}
	.ny_lnew ol li a span { display:block; width:4px; height: 4px; overflow: hidden; margin: 18px 10px 18px 0; padding: 0; background-color: #008ed8; border-radius: 50%; float: left;}
	
	.ny_lcon .ny_llxwm { width:100%; overflow: hidden; margin: 0 auto; padding: 20px 20px 10px; border-right: 1px solid #eaeaea; border-bottom: 1px solid #eaeaea; border-left: 1px solid #eaeaea; box-sizing: border-box;}
	.ny_llxwm p { width:100%; overflow: hidden; line-height: 22px; color: #333; font-size: 14px; margin: 0 auto 10px; padding: 0;}
	.ny_llxwm p span, .ny_llxwm p em { color:#999; font-style: normal;}
	.ny_llxwm p em { display: block; text-indent: 2em; text-align: justify; margin: 4px 0 0;}
	.ny_llxwm p a { display: block; color:#008ed8; text-decoration: underline; text-indent: 2em; text-align: justify; margin: 4px 0 0;}
	.ny_llxwm p a:hover { color:#00af80;}
	
	
	
	/**nw_list**/
	.nw_list { width:100%; overflow: hidden; margin: 0 auto; padding: 0;}
	.nw_list ul li { width:100%; overflow: hidden; margin: 0 auto 20px; padding: 0 0 20px; border-bottom: 1px solid #eaeaea;}
	.nw_list ul li a { display:block; width: 100%; height: 100px; overflow: hidden; margin: 0 auto; padding: 0 0 0 140px; box-sizing: border-box; position: relative;}
	.nw_list ul li a:hover { background-color: #f8f8f8; padding: 0 20px 0 140px;}
	.nw_list ul li a .nws_time { width:120px; height: 60px; overflow: hidden; margin: 0; padding: 20px 0; background-color: #f5f5f5; position: absolute; left: 0; top: 0;}
	.nw_list ul li a .nws_time em { display:block; width: 100%; overflow: hidden; color: #333; font-size: 40px; font-style: normal; text-align: center; margin: 0 auto; padding: 0;}
	.nw_list ul li a .nws_time span { display:block; width: 100%; overflow: hidden; color: #999; font-size: 14px; font-style: normal; text-align: center; margin: 0 auto; padding: 0;}
	.nw_list ul li a:hover .nws_time { background-color: #1475cf;}
	.nw_list ul li a:hover .nws_time em, .nw_list ul li a:hover .nws_time span { color:#fff;}	
	.nw_list ul li a .nws_text { width:100%; height: 84px; overflow: hidden; margin: 0; padding: 8px 0;}
	.nw_list ul li a .nws_text h5 { width:100%; height: 26px; overflow: hidden; line-height: 26px; color: #333; font-size: 16px; margin: 0 auto 10px; padding: 0;}
	.nw_list ul li a .nws_text p { width:100%; height: 48px; overflow: hidden; line-height: 24px; color: #797979; font-size: 14px; text-align: justify; text-indent: 2em; margin: 0 auto; padding: 0;}
	.nw_list ul li a:hover .nws_text h5 { color:#1475cf;}

	/**渠道加盟**/
	.join_list { width:96%; overflow: hidden; margin: 60px auto; padding: 0;}
	.join_list ul li { width:100%; overflow: hidden; margin: 0 auto 60px; padding: 0;}
	.join_list ul li .join_img { width:48%; overflow: hidden; margin: 0; padding: 0; float: left;}
	.join_img img { display:block; width:100%; overflow: hidden; margin: 0; padding: 0;}
	.join_list ul li .join_text { width:48%; overflow: hidden; margin: 0; padding: 0; float: right;}
	.join_list ul li:nth-child(2n+2) .join_img { float:right;}
	.join_list ul li:nth-child(2n+2) .join_text { float:left;}
	.join_text h5 { width:100%; height: 40px; overflow: hidden; line-height: 40px; color: #333; font-size: 24px; margin: 0 auto 20px; padding: 0;}
	.join_text h5 span { display:block; width:8px; height: 8px; overflow: hidden; background-color: #1475cf; border-radius: 50%; margin: 16px 16px 16px 0; padding: 0; float: left;}
	.join_text p { width:100%; overflow: hidden; line-height: 30px; margin: 0; padding: 0; color: #666; font-size: 16px; text-indent: 2em; text-align: justify;}
	.join_text p span { display: block; width:100%; height: 30px; line-height: 30px; color: #666; font-size: 16px; text-indent: 0; margin: 0; padding: 0 0 0 32px; box-sizing: border-box;}
	.join_text p span em { display:block; width: 4px; height: 4px; overflow: hidden; border: 1px solid #1475cf; border-radius: 50%; margin: 12px 12px 12px 0; padding: 0; float: left;}
	
	.join_form { width:96%; overflow: hidden; margin: 60px auto; padding: 0;}
	.join_form .join_fm_tit { width:100%; overflow: hidden; color: #333; font-size: 24px; margin: 0 auto 40px; padding: 0;}
	.join_form .join_fl, .join_form .join_fr { width:560px; overflow: hidden; margin: 0; padding: 0;}
	.join_form .join_fr { width:40%;}
	.join_form .join_fl { float:left;}
	.join_form .join_fr { float:right;}
	.join_fl ul li { width:560px; overflow: hidden; margin: 0 auto 20px; padding: 0;}
	.join_fl ul li p { width:80px; height: 40px; overflow: hidden; line-height: 40px; color: #666; font-size: 14px; margin: 0; padding: 0; float: left;}
	.join_fl ul li .join_ipt { width:478px; overflow: hidden; border: 1px solid #dfdfdf; padding: 0; margin: 0;}
	.join_fl ul li .join_btn { width:480px; overflow: hidden; padding: 0; margin: 10px 0 0;}
	.join_ipt input, .join_ipt select { display:block; width:100%; height: 40px; overflow: hidden; line-height: 30px; color: #666; font-size: 14px; border: none; outline: none; margin: 0; padding: 4px 19px; box-sizing: border-box;}
	.join_btn input { display:block; width:100%; height: 50px; overflow: hidden; line-height: 50px; color: #fff; font-size: 16px; background-color: #1475cf; border: none; outline: none; margin: 0; padding: 4px 19px; box-sizing: border-box;}
	.join_fl ul li .fm_half { width:270px; margin: 0 20px 0 0; float: left;}
	.join_fl ul li .fm_half:nth-child(2n+2) { margin:0;}
	.join_fl ul li .fm_half .join_ipt { width:188px;}
	.join_ipt textarea { display:block; width:100%; height: 140px; overflow: hidden; line-height: 30px; color: #666; font-size: 14px; border: none; outline: none; resize: none; margin: 0; padding: 4px 19px; box-sizing: border-box;}
	
	.join_fr p { width:100%; overflow: hidden; margin: 0 auto 20px; padding: 0; color:#333; font-size: 14px; font-weight: bold;}
	.join_fr ul li { width:100%; overflow: hidden; line-height: 32px; color: #666; font-size: 14px;}
	
	/**pro_form**/
	.pro_form { width:100%; overflow: hidden; margin: 40px auto 20px; padding: 0;}
	.pro_form ul li { width:100%; overflow: hidden; margin: 0 auto 20px; padding: 0;}
	.pro_form ul li p { width:11%; height: 40px; overflow: hidden; line-height: 40px; color: #666; font-size: 14px; margin: 0; padding: 0; float: left; box-sizing: border-box;}
	.pro_form ul li .pro_fmipt { width:89%; overflow: hidden; border: 1px solid #dfdfdf; padding: 0; margin: 0; position: relative; box-sizing: border-box;}
	.pro_form ul li .pro_fmbtn { width:89%; overflow: hidden; padding: 0; margin: 20px 0 0; float: left;}
	.pro_fmipt input, .pro_fmipt select { display:block; width:100%; height: 40px; overflow: hidden; line-height: 30px; color: #666; font-size: 14px; border: none; outline: none; margin: 0; padding: 4px 19px; box-sizing: border-box;}
	.pro_fmbtn input { display:block; width:48%; height: 50px; overflow: hidden; line-height: 40px; color: #fff; font-size: 16px; background-color: #607783; border: none; outline: none; margin: 0; padding: 4px 19px; box-sizing: border-box; float: left;}
	.pro_fmbtn input.tj { margin:0 4% 0 0; background-color: #00af80;}
	.pro_form ul li .fm_half { width:48%; margin: 0 4% 0 0; float: left;}
	.pro_form ul li .fm_half:nth-child(2n+2) { margin:0;}
	.pro_form ul li .fm_half p { width:23%;}
	.pro_form ul li .fm_half .pro_fmipt { width:77%;}
	.pro_fmipt textarea { display:block; width:100%; height: 140px; overflow: hidden; line-height: 30px; color: #666; font-size: 14px; border: none; outline: none; resize: none; margin: 0; padding: 4px 19px; box-sizing: border-box;}
	.pro_fmipt a { display:block; width: 100px; height: 40px; overflow: hidden; position: absolute; top: 0; right: 0;}
	.pro_fmipt a img { display:block; width: 100px; height: 40px; margin: 0 auto; padding: 0;}
	
	/**prodetail**/
	.pro_detail_main { width:96%; overflow: hidden; margin: 60px auto; padding: 0; position: relative;}
	.pro_detail_main .pro_detail_img { width:440px; height: 440px; overflow: hidden; margin: 0; padding: 10px; border: 1px solid #dfdfdf; box-sizing: border-box; float: left;}
	.pro_detail_img .pro_detail_img_main { width:100%; height: 100%; margin: 0 auto; padding: 0; position: relative;}
	.pro_detail_img_main img { display:block; max-width: 100%; max-height: 100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
	.pro_detail_main .pro_detail_text { width:54%; overflow: hidden; margin: 0; padding: 0; float: right;}
	.pro_detail_text h3 { width:100%; overflow: hidden; line-height: 36px; color: #1475cf; font-size: 24px; text-align: justify; margin: 0 auto; padding: 0;}
	.pro_detail_text h1 { width:100%; overflow: hidden; line-height: 36px; color: #1475cf; font-size: 24px; text-align: justify; margin: 0 auto; padding: 0;}
	.pro_detail_text ul { width:100%; margin: 30px auto 100px; padding: 0;}
	.pro_detail_text ul li { width:100%; max-height: 72px; overflow: hidden; line-height: 24px; color: #999; font-size: 14px; text-align: justify; margin: 10px auto; padding: 0;}
	.pro_detail_text ul li span { color:#333; font-weight: bold;}
	.pro_detail_text .pro_detail_btn { width:54%; height: 54px; overflow: hidden; margin: 0 auto; padding: 0; position: absolute; right: 0; bottom: 20px;}
	.pro_detail_btn a { display:block; width: 48%; height: 54px; overflow: hidden; line-height: 54px; color: #fff; font-size: 16px; text-align: center; margin: 0; padding: 0; float: left;}
	.pro_detail_btn a.prodtl_btn1 { float:left; margin: 0 4% 0 0; background-color: #1475cf;}
	.pro_detail_btn a.prodtl_btn2 { float:left; background-color: #00af80;}
	.pro_detail_btn a.prodtl_btn1:hover { background-color: #255abe;}
	.pro_detail_btn a.prodtl_btn2:hover { background-color: #00bd8a;}
	
	.swiper-container { width: 100%; height: 100%;}
	.swiper-slide { text-align: center;}
	.swiper-slide .part { width:100%; height: 100%; position: relative;}
	.swiper-slide .part img { display:block; max-width: 100%; max-height: 100%; margin: auto; padding: 0;left: 0; top: 0;}
	.swiper-pagination-bullet { width: 8px; height: 8px; background-color: rgba(0,0,0,0.5);}
	#swiper-container-01 .swiper-pagination-bullet-active { background-color: #1475cf;}
	
	/**tjpro**/
	.tjpro { width:96%; overflow: hidden; margin: 60px auto; padding: 0;}
	.tjpro .tjpro_tit { width:100%; overflow: hidden; color: #333; font-size: 24px; margin: 0 auto 20px; padding: 0;}
	.tjpro .tjpro_list { width:100%; height: 300px; overflow: hidden; margin: 0 auto; padding: 29px 19px; border: 1px solid #dfdfdf; box-sizing: border-box;}
	.tjpro_list .ly_scroll { width:100%; overflow: hidden; margin: 0 auto; padding: 0;}
	.ly_scroll ul li { width:290px; overflow: hidden; margin: 0 20px 0 0; padding: 0; float: left;}
	.ly_scroll ul li a { width:100%; overflow: hidden; margin: 0 auto; padding: 0;}
	.ly_scroll ul li a .ly_scroll_img { width:290px; height: 194px; overflow: hidden; margin: 0 auto; padding: 0; background-color: #f8f8f8; position: relative;}
	.ly_scroll_img img { display:block; max-width: 100%; max-height: 100%; overflow: hidden; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
	.ly_scroll ul li a p { width:100%; height: 44px; overflow: hidden; margin: 0 auto; padding: 0; line-height: 44px; color: #fff; font-size: 14px; text-align: center; background-color: #1475cf;}
	.ly_scroll ul li a:hover p { background-color: #00af80;}
	
	/**contact**/
	.ly_map { width:100%; height: 360px; overflow: hidden; margin: 20px auto; padding: 10px; border: 1px solid #eaeaea; box-sizing: border-box;}
	#dituContent { width:100%; height: 100%; overflow: hidden; margin: 0 auto;}
	
	.ly_contact { width:100%; overflow: hidden; margin: 40px auto; padding: 0;}
	.ly_contact h5 { width:100%; overflow: hidden; color: #333; font-size: 24px; margin: 0 auto 20px; padding: 0;}
	.ly_contact .con_text { width:100%; overflow: hidden; margin: 20px auto; padding: 0;}
	.con_text ul { width:54%; overflow: hidden; margin: 0; padding: 30px 0 30px 20px; float: left; box-sizing: border-box;}
	.con_text ul li { width:100%; overflow: hidden; line-height: 28px; color: #666; font-size: 14px; margin: 10px 0; padding: 0;}
	.con_text .con_img { width:40%; overflow: hidden; margin: 0; padding: 0; float: right;}
	.con_img img { display:block; width: 100%; overflow: hidden; margin: 0; padding: 0;}
	
}

@media screen and (min-width:1081px) {
		
	/**page**/
	.ly_page { width:100%; overflow: hidden; margin: 20px auto 0; padding: 0; text-align: center;}
	.ly_page ul li { display:inline-block; height: 32px; overflow: hidden; margin: 0; padding: 0;}
	.ly_page ul a { display:inline-block; width: 30px; height: 30px; overflow: hidden; line-height: 30px; color: #999; font-size: 14px; text-align: center; border: 1px solid #dfdfdf; margin: 0 2px;}
	.ly_page ul li a.pn { width:60px;}
	.ly_page ul a:hover, .ly_page ul a.pnnum1 { color:#fff; border: 1px solid #1475cf; background-color: #1475cf;}
	
	/**newsdetail**/
	.news_detail { width:100%; overflow: hidden; margin: 0 auto; padding: 0;}
	.news_detail h3 { width:100%; overflow: hidden; line-height: 40px; color: #333; font-size: 24px; margin: 0 auto 20px; padding: 0;text-align: center;}
	.news_detail h1{ width:100%; overflow: hidden; line-height: 40px; color: #333; font-size: 24px; margin: 0 auto 20px; padding: 0;text-align: center;}
	.news_detail .nwdtl_tip { width:100%; height: 40px; overflow: hidden; line-height: 40px; color: #999; font-size: 12px; margin: 0 auto 40px; padding: 0 20px; background-color: #f5f5f5; box-sizing: border-box;text-align: center;}
	.nwdtl_tip span { display:inline-block; margin: 0 20px 0 0;}
	.news_detail .nwdtl_con { width:100%; overflow: hidden; margin: 40px auto 0; padding: 0;}
	.nwdtl_con p { width:100%; overflow: hidden; line-height: 28px; color: #666; font-size: 14px; text-align: justify; margin: 0 auto 12px; padding: 0;}
	.nwdtl_con img { display:inline-block; max-width: 100%; overflow: hidden; margin: 20px auto; padding: 0;}
	
	.prev_next { width:100%; height: 40px; overflow: hidden; margin: 40px auto 0; padding: 0;}
	.prev_next ul li { width:50%; height: 40px; overflow: hidden; margin: 0; padding: 0; float: left; box-sizing: border-box;}
	.prev_next ul li:nth-child(2n+2) { border-left:2px solid #fff;}
	.prev_next ul li p { width:96%; height: 40px;line-height:40px; overflow: hidden; margin: 0; padding: 0 2%; background-color: #f5f5f5;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;color: #333;}
	.prev_next ul li p a {width:100%; height: 40px; overflow: hidden; margin: 0; padding: 0 20px; line-height: 40px; color: #333; font-size: 14px; box-sizing: border-box;}
	.prev_next ul li p:hover { background-color: #1475cf; color:#fff;}
	.prev_next ul li p:hover a{color:#fff;}
	
	/**products**/
	.products_list { width:100%; overflow: hidden; margin: 0 auto; padding: 0;}
	
	.ny_lcon ul li .pro_menu { width: 100%; overflow: hidden; margin: 10px auto; padding: 0;}
	.ny_lcon ul li .pro_menu a { display:block; width:100%; height: 40px; overflow: hidden; line-height: 40px; color:#999; font-size: 14px; margin: 0 auto; padding: 0 20px; background: none; box-sizing: border-box;}
	.ny_lcon ul li .pro_menu a:hover { color:#1475cf;}
	
	.products_list ul li { width:100%; height: 194px; overflow: hidden; margin: 0 auto 20px; padding: 0; background-color: #f8f8f8; position: relative;}
	.products_list ul li a .prolist_img { width:290px; height: 194px; overflow: hidden; margin: 0; padding: 0; float: left; position: relative;}
	.prolist_img img { display:block; max-width: 100%; max-height: 100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
	.products_list ul li .prolist_text { width:100%; height: 194px; overflow: hidden; margin: 0; padding: 20px 20px 20px 310px; box-sizing: border-box; position: absolute; right: 0; top: 0;}
	.prolist_text .prolist_tit { width:100%; height: 24px; overflow: hidden; line-height: 24px; color: #333; font-size: 24px; margin: 0 auto; padding: 0;}
	.products_list ul li a:hover .prolist_text .prolist_tit { color:#1475cf;}
	.prolist_text p { width:100%; overflow: hidden; margin: 13px auto; padding: 0;}
	.prolist_text p b { display:block; width:100%; height: 24px; overflow: hidden; line-height: 24px; color: #333; font-size: 14px;}
	.prolist_text p span { display:block; width:100%; height: 48px; overflow: hidden; line-height: 24px; color: #999; font-size: 14px; text-indent: 2em; text-align: justify;}
	.prolist_text em.pro_check { display:block; width: 120px; height: 36px; overflow: hidden; line-height: 36px; color: #fff; font-size: 14px; text-align: center; margin: 0; padding: 0; float: right; background-color: #1475cf;}
	.prolist_text em.pro_check:hover { background-color: #00af80;}
	
	/**产品详细介绍**/
	.prodetail_con { width:100%; overflow: hidden; margin: 0 auto; padding: 0;}
	.prodetail_con .prodetail_tit { width:100%; height: 40px; overflow: hidden; line-height: 40px; color: #333; font-size: 24px; margin: 0 auto 40px; padding: 10px 0; border-bottom: 1px solid #dfdfdf;}
	.prodetail_con .pro_xxjs { width:100%; overflow: hidden; margin: 40px auto; padding: 0;}
	.pro_xxjs b { display:block; width: 100%; overflow: hidden; line-height: 26px; color: #333; font-size: 14px; font-weight: bold; margin: 0 auto; padding: 0;}
	.pro_xxjs p { display:block; width: 100%; overflow: hidden; line-height: 26px; color: #666; font-size: 14px; text-align: justify; margin: 0 auto; padding: 0;}
	.pro_xxjs img { display:inline-block; max-width: 100%; /*margin: 10px auto; */padding: 0;}
	
	/**右侧悬浮**/
	.suspension{position:fixed;z-index:55;right:0;bottom:85px;width:70px;height:240px;}
	.suspension-box{position:relative;float:right;}
	.suspension .a{display:block;width:44px;height:44px;background-color:#353535;margin-bottom:4px;cursor:pointer;outline:none;}
	.suspension .a.active,
	.suspension .a:hover{background:#1475cf;}
	.suspension .a .i{float:left;width:44px;height:44px;background-image:url(../images/side_icon.png);background-repeat:no-repeat;}
	/* .suspension .a-service .i{background-position:0 0;} */
	.suspension .a-service .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:0 0;}
	.suspension .a-service-phone .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:-27px 0;}
	.suspension .a-qrcode .i{background-position:-44px 0;}
	.suspension .a-cart .i{background-position:-88px 0;}
	.suspension .a-top .i{background-position:-132px 0;}
	.suspension .a-top{background:#D2D3D6;display:none;}
	.suspension .a-top:hover{background:#c0c1c3;}
	.suspension .d{display:none;width:223px;background:#fff;position:absolute;right:67px;border:1px solid #E0E1E5;border-radius:3px;box-shadow:0px 2px 5px 0px rgba(161, 163, 175, 0.11);}
	.suspension .d .arrow{position:absolute;width:8px;height:12px;background:url(../images/side_bg_arrow.png) no-repeat;right:-8px;top:31px;}
	.suspension .d-service{top:0;}
	.suspension .d-service-phone{top:34px;}
	.suspension .d-qrcode{top:78px;}
	.suspension .d .inner-box{padding:15px 22px;}
	.suspension .d-service-item{padding:0;}
	.suspension .d-service .d-service-item{border-bottom:none;}
	.suspension .d-service-item .circle{width:44px;height:44px;border-radius:50%;overflow:hidden;background:#F1F1F3;display:block;float:left;}
	.suspension .d-service-item .i-qq{width:44px;height:44px;background:url(../images/side_con_icon03.png) no-repeat center 15px;display:block;transition:all .2s;border-radius:50%;overflow:hidden;}
	.suspension .d-service-item:hover .i-qq{background-position:center 3px;}
	.suspension .d-service-item .i-tel{width:44px;height:44px;background:url(../images/side_con_icon02.png) no-repeat center center;display:block;}
	.suspension .d-service-item h3{float:left;width:112px;line-height:44px;color:#666;font-size:15px;margin-left:12px;}
	.suspension .d-service-item .text {float:left;width:112px;line-height:22px;font-size:15px;margin-left:12px;}
	.suspension .d-service-item .text .number{font-family:Arial,"Microsoft Yahei","HanHei SC",PingHei,"PingFang SC","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;}
	.suspension .d-service-item .text p { height:44px; line-height: 22px; color: #666; font-size: 14px;}
	.suspension .d-service-intro{padding-top:10px;}
	.suspension .d-service-intro p{float:left;line-height:27px;font-size:12px;width:50%;white-space:nowrap;color:#888;}
	.suspension .d-service-intro i{background:url(../images/side_con_icon01.png) no-repeat center center;height:27px;width:14px;margin-right:5px;vertical-align:top;display:inline-block;}
	.suspension .d-qrcode{text-align:center;width: 200px;}
	.suspension .d-qrcode .inner-box{padding:10px 0;}
	.suspension .d-qrcode p{font-size:14px;color:#93959c; margin: 10px 0 0;}
	
	/**我们能提供的服务**/
	.ly_service ul li { width:31%; overflow: hidden; margin: 0 3.5% 0 0; padding: 0; float: left;}
	.ly_service ul li:nth-child(3n+3) { margin:0;}
	.ly_service ul li .serv_img { width:100%; height: 240px; overflow: hidden; margin: 0 auto; padding: 0; box-sizing: border-box; position: relative;}
	.serv_img img { display:block; max-width: 100%; max-height: 100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
	.ly_service ul li p { width:100%; overflow: hidden; color: #333; font-size: 18px; text-align: center; margin: 10px auto; padding: 0;}
	.ly_service ul li span { display: block; width:100%; overflow: hidden; line-height: 24px; color: #999; font-size: 14px; text-align: center; margin: 0 auto; padding: 0;}
	
	/**面包屑**/
	.ny_pos { width:100%; overflow: hidden; line-height: 40px; margin: 0 auto 20px; padding: 0; color:#aaa; font-size: 14px;}
	.ny_pos a { color:#666;}
	.ny_pos a:hover { color:#1475cf;}
	
	/****/
	.ny_rtit { width:100%; height: 40px; overflow: hidden; line-height: 40px; color: #fff; font-size: 16px; margin: 0 auto 20px; padding: 0 20px; background-color: #1475cf; box-sizing: border-box;}
	.ab_con { width:100%; overflow: hidden; margin: 0 auto 20px; padding: 0;}
	.ab_con h6 { width:100%; overflow: hidden; margin: 20px auto 10px; padding: 0; color: #2b2b2b; font-size: 16px; font-weight: bold;}
	.ab_con p { width:100%; overflow: hidden; margin: 0 auto 10px; padding: 0; line-height: 28px; color: #666; font-size: 14px; text-align: justify; text-indent: 2em;}
	.ab_con p img { display:block; width: 100%!important; overflow: hidden; padding: 0; float: left;}
	.ab_con p img:first-child{margin: 0 1% 0 0;}
	
}

@media screen and (max-width:1080px) {
	
	/**top**/
	.ly_top { width:100%; overflow: hidden; margin: 0 auto; padding: 0 0;    background: #fff;}
	.ly_top .top_main { width:94%; overflow: hidden; margin: 0 auto; padding: 0;}
	.top_main .ly_logo { width:100%; overflow: hidden; margin:0.1rem auto; padding: 0; float: left;}
	.ly_logo img { display:block; width:3.68rem; height: 0.8rem; overflow: hidden; vertical-align: middle;}
	.top_main .top_r { display: none;}
	
	.top_tel{display:none; float:left;font-size: 16px;color: #333; background:url(../images/tel.jpg) no-repeat left center;line-height: 30px;padding-left:45px;margin-left:72px;margin-top:15px;}
	.top_tel b{font-size: 30px;display: block;color:#1475cf;}
	/**search**/
	.ly_search { width:100%; height: 0.8rem; overflow: hidden; margin: 0 auto 0.24rem; padding: 0;}
	.ly_search .sc_ipt { width:82%; height: 0.8rem; overflow: hidden; margin: 0; padding: 0.1rem 0.24rem; border-left: 0.01rem solid #eaeaea; border-top: 0.01rem solid #eaeaea; border-bottom: 0.01rem solid #eaeaea; border-radius: 0.04rem 0 0 0.04rem; float: left; box-sizing: border-box;}
	.ly_search .sc_btn { width:18%; height: 0.8rem; overflow: hidden; margin: 0; padding: 0; background-color: #1475cf; border-radius: 0 4px 4px 0;}
	.sc_ipt input { display:block; width:100%; height: 0.6rem; overflow: hidden; line-height: 0.6rem; color: #666; font-size: 0.26rem; border: none; outline: none; background: none;}
	.sc_btn input { display:block; width: 100%; height: 0.8rem; background: url(../images/sc_btn1.png) center center no-repeat; background-size:0.36rem 0.36rem; border: none; outline: none;}
	
	/**nav**/
	.menu_open { display: block; float: right; width: 0.48rem; height: 0.4rem; position: absolute; top: 0.3rem; right: 0.3rem;}
    .menu_open i { height: 2px; width: 100%; background-color: #1475cf; display: block; margin: 0 0 8px 0; }
    .nav { width: 50%; height: 100%; position: fixed; top: 0; left: -50%; z-index: 100; overflow: hidden; background-color: #1475cf;}
    .hcover { display: block; width: 50%; height: 100%; background: rgba(0, 0, 0, .5); position: fixed; right: -50%; top: 0; z-index: 101; }
    .nav_ul { margin: 0; width: 100%; height: 100%; position: absolute; top: 0; left: 0; overflow-x: hidden; overflow-y: auto; padding-top: 20px; text-align: left; }
    .nav_item { float: none; margin: 0; width: 100%; height: 46px; position: relative;}
    .nav_item:after { content: ''; display: block; width: 100%; border-bottom: 1px solid rgba(0, 0, 0, .1); }
    .nav_item > a { display: block; margin: 0; font-size: 14px; line-height: 1.8; color: #fff; padding: 10px 10px 10px 20px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
	.nav_item > a:active { background-color: #2c67d6;}
    .nav_item i { position: absolute; z-index: 2; top: 0; right: 0; width: 100%; height: 100%; display: block;}
    /*.nav_item i:before { content: ''; display: block; height: 100%; border-left: 1px solid rgba(0, 0, 0, .1); position: absolute; top: 0; left: 0; }*/
    .nav_item i:after { content: ''; display: block; width: 8px; height: 8px; margin-bottom: -4px; border: 1px solid rgba(255, 255, 255, .5); border-top: 0; border-left: 0; position: absolute; bottom: 50%; right: 20px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
    .nav_item_open { width: 50%; height: 100%; margin: 0; box-shadow: none; background-color: #1475cf; border-radius: 0; opacity: 1; visibility: visible; -webkit-transform: translateY(0px); transform: translateY(0px); position: fixed; left: -50%; top: 0; }
    .subopen { display: block; }
    .subopen a { display: block; overflow: hidden; margin: 0; padding: 30px 10px 18px 20px; white-space: nowrap; text-overflow: ellipsis; font-size: 14px; color: rgba(255, 255, 255, .5); background: rgba(0, 0, 0, .1); text-indent: 20px; position: relative; }
    .subopen a:before { content: ''; display: block; width: 8px; height: 8px; position: absolute; bottom: 50%; left: 20px; margin-bottom: -10px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); border: 1px solid rgba(255, 255, 255, .5); border-right: 0; border-bottom: 0; }
    .nav_item2 { position: relative; }
    .nav_item2 a { display: block; overflow: hidden; margin: 0; line-height: 1.8; padding: 10px 10px 10px 20px; white-space: nowrap; text-overflow: ellipsis; color: #fff; }
    .nav_item2:after { content: ''; width: 100%; position: absolute; bottom: 0; left: 0; display: block; border-bottom-width: 1px; border-bottom-style: solid; border-bottom: 1px solid rgba(0, 0, 0, .1);}
	
	/**banner**/
	.apple-banner { width: 100%; height: 2.8rem; overflow: hidden;}
	.apple-banner .swiper-container { width: 100%; height: 2.8rem;}
	.swiper-button-prev,.swiper-button-next { width: 15%; height: 100%; top:0; background:none;}
	.swiper-button-prev { left:0;}	
	.swiper-button-next { right:0;}	
	.swiper-button-prev span,.swiper-button-next span { display:block; width: 0.64rem; height: 0.64rem; position: absolute; left: 0.24rem; top: 50%; margin-top:-0.32rem; border-radius: 100%; background: rgba(0,0,0,0.5) url(../images/arrows1.png) no-repeat center center; opacity: 0; -webkit-transition: opacity 0.5s ease; transition: opacity 0.5s ease;}
	.swiper-button-next span { background: rgba(0,0,0,0.5) url(../images/arrows2.png) no-repeat center center; left:auto; right:0.24rem; }
	.swiper-button-prev:hover span,.swiper-button-next:hover span{ opacity: .6;}
	/*分页器*/
	.apple-banner .swiper-pagination{ top:auto; bottom:0.24rem; background:none;}
	.apple-banner .swiper-pagination-bullet { display: inline-block; width: 0.5rem; height: 0.02rem; margin: 0 0.03rem; cursor: pointer; background: none; border-radius:0; opacity: 1;}
	.apple-banner .swiper-pagination-bullet span { width: 0.5rem; height: 0.02rem; display: block; background: rgba(0,0,0,0.3);}
	.apple-banner .swiper-pagination-bullet-active span{ background-color: #fff;}
	.apple-banner .autoplay .swiper-pagination-bullet-active span{ background: rgba(255,255,255,0.5);}
	.apple-banner .swiper-pagination-bullet i{ background-color: #fff; height: 0.02rem; transform:scaleX(0); transform-origin: 0; display: block;}
	.apple-banner .autoplay .firsrCurrent i{ transition:transform 2.9s linear; transform:scaleX(1);}
	.apple-banner .autoplay .current i{ transition:transform 4s linear; transform:scaleX(1);}
	.apple-banner .autoplay .replace span{ background-color:#fff;}
	/*内容样式*/
	.slide1 { background:url(../images/banner1.jpg) center center no-repeat; background-size: 150%;}
	.slide2 { background:url(../images/banner2.jpg) center center no-repeat; background-size: 150%;}
	
	/**我们能提供的服务**/
	.ly_service { width:94%; overflow: hidden; margin: 0.6rem auto; padding: 0;}
	.ly_service ul li { width:100%; overflow: hidden; margin: 0 0 0.48rem; padding: 0;}
	.ly_service ul li .serv_img { width:100%; height: 4.0rem; overflow: hidden; margin: 0 auto; padding: 0; box-sizing: border-box; position: relative;}
	.serv_img img { display:block; max-width: 100%; max-height: 100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
	.ly_service ul li p { width:100%; overflow: hidden; color: #333; font-size: 0.32rem; text-align: center; margin: 0.24rem auto; padding: 0;}
	.ly_service ul li span { display: block; width:100%; overflow: hidden; line-height: 0.4rem; color: #999; font-size: 0.26rem; text-align: center; margin: 0 auto; padding: 0;}
	
	/**product**/
	.ly_products { width:94%; overflow: hidden; margin: 0.6rem auto; padding: 0;}
	.protab { width:100%; height: 0.64rem; overflow: hidden; margin: 0 auto 0.48rem; padding: 0; text-align: center;}
	.protab ul { display:inline-block; width:100%;}
	.protab ul li { width:32%; height: 0.64rem; overflow: hidden; margin: 0 2% 0 0; padding: 0; float: left; cursor: pointer;}
	.protab ul li:nth-child(3n+3) { margin: 0;}
	.protab ul li span { display:block; width: 100%; height: 0.64rem; overflow: hidden; line-height: 0.64rem; color: #666; font-size: 0.26rem; text-align: center; background-color: #f5f5f5;}
	.protab ul li.protab0 span { background-color: #1475cf; color: #fff;}
	
	.pro_list { width:100%; overflow: hidden; margin: 0 auto; padding: 0;}
	.pro_list ul li { width:48%; overflow: hidden; margin: 0 4% 0.24rem 0; padding: 0; float: left;}
	.pro_list ul li:nth-child(2n+2) { margin:0 0 0.24rem;}
	.pro_list ul li .pro_img a { display:block; width:100%; height: 3.0rem; overflow: hidden; margin: 0 auto; padding: 0; border: 0.01rem solid #eee; background-color: #fff; position: relative; box-sizing: border-box;}
	.pro_img img { display:block; max-width: 100%; max-height: 100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
	.pro_list ul li p a { display:block; width:100%; height: 0.64rem; overflow: hidden; line-height: 0.64rem; color: #666; font-size: 0.26rem; text-align: center;}
	.pro_list ul li .pro_img a:active { border: 1px solid #1475cf;}
	.pro_list ul li p a:active { color: #1475cf;}
	
	/**产品目录**/
	.pro_menu { width:100%; overflow: hidden; margin: 0 auto 0.48rem; padding: 0;}
	.pro_menu .pro_menu_tit { width:100%; height: 1.0rem; overflow: hidden; line-height: 1.0rem; color: #fff; font-size: 0.32rem; margin: 0 auto; padding: 0 0.24rem; background-color: #1475cf; box-sizing: border-box;}
	.pro_menu_tit span { display: inline-block; font-size: 0.24rem; font-style: italic; margin: 0 0 0 0.1rem;}	
	.pro_menu_tit em{outline:none; cursor: pointer;display: block;font-size: 0.24rem;width: 30%;text-align: right;color: #ffffff;height:1rem;line-height: 1rem;float: right;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s;}
	.pro_menu ul.dropdown {display:none; width: 100%; background-color: #fff; font-family: "Montserrat", sans-serif; margin: 0; padding: 0.12rem 0 0; border-right: 0.01rem solid #eaeaea; border-left: 0.01rem solid #eaeaea; box-sizing: border-box;}
	.pro_menu ul.dropdown li { border-bottom: 0.01rem solid #eaeaea; position: relative;}
	.pro_menu ul.dropdown li:hover {}
	.pro_menu ul.dropdown li a { display: block; width: 100%; height: 0.8rem; overflow: hidden; line-height: 0.8rem; color: #333; font-size: 0.26rem; text-decoration: none; margin: 0; padding:0 0.24rem; box-sizing: border-box;}
	.pro_menu ul.dropdown li:hover a { color: #1475cf;}
	.pro_menu ul.dropdown li p { width:0.8rem; height: 0.8rem; margin: 0; padding: 0; position: absolute; top: 0; right: 0; cursor: pointer;}
	.pro_menu ul.dropdown li p.showWordsBtn { background: url(../images/jt1.png) center center no-repeat; background-size: 0.4rem 0.4rem;}
	.pro_menu ul.dropdown li:hover p.showWordsBtn { background: url(../images/jt01.png) center center no-repeat; background-size: 0.4rem 0.4rem;}
	.pro_menu ul.dropdown li p.hideWordsBtn { background: url(../images/jt02.png) center center no-repeat; background-size: 0.4rem 0.4rem;}
	.pro_menu ul.dropdown li > ul { margin:0; padding: 0; background-color: #fafafa;}
	.pro_menu ul.dropdown li > ul li { border: none;}
	.pro_menu ul.dropdown li > ul li a { color: #666; padding: 0 0.48rem; background: none;}
	.pro_menu ul.dropdown li:hover > ul li a { background: none; color: #999;}
	.pro_menu ul.dropdown li > ul li a:hover { background-color: #f8f8f8; color:#1475cf;}
	
	.pro_list1 { width:100%; overflow: hidden; margin: 0 auto; padding: 0;}
	.pro_list1 ul li { width:48%; overflow: hidden; margin: 0 4% 0.24rem 0; padding: 0; float: left;}
	.pro_list1 ul li:nth-child(2n+2) { margin:0 0 0.24rem;}
	.pro_list1 ul li .pro_img a { display:block; width:100%; height: 3.0rem; overflow: hidden; margin: 0 auto; padding: 0; border: 0.01rem solid #eee; background-color: #fff; position: relative; box-sizing: border-box;}
	.pro_img img { display:block; max-width: 100%; max-height: 100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
	.pro_list1 ul li p a { display:block; width:100%; height: 0.64rem; overflow: hidden; line-height: 0.64rem; color: #666; font-size: 0.26rem; text-align: center;}
	.pro_list1 ul li .pro_img a:active { border: 0.01rem solid #1475cf;}
	.pro_list1 ul li p a:active { color: #1475cf;}
	
	.pro_list2 { width:100%; overflow: hidden; margin: 0 auto; padding: 0; float: right;}
	.pro_list2 ul li { width:48%; overflow: hidden; margin: 0 4% 0.24rem 0; padding: 0; float: left;}
	.pro_list2 ul li:nth-child(2n+2) { margin:0 0 0.24rem;}
	.pro_list2 ul li .pro_img a { display:block; width:100%; height: 3rem; overflow: hidden; margin: 0 auto; padding: 0; border: 0.01rem solid #eee; background-color: #fff; position: relative; box-sizing: border-box;}
	.pro_img img { display:block; max-width: 100%; max-height: 100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
	.pro_list2 ul li .xc_img a { display: block; width:100%; height: 2.2rem; overflow: hidden; margin: 0 auto; padding: 0; border: 0.01rem solid #eee; background-color: #fff; position: relative; box-sizing: border-box;}
	.pro_img img, .xc_img img { display:block; max-width: 100%; max-height: 100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
	.pro_list2 ul li p a { display:block; width:100%; height: 0.64rem; overflow: hidden; line-height: 0.64rem; color: #666; font-size: 0.26rem; text-align: center;}
	.pro_list2 ul li .pro_img a:active { border: 0.01rem solid #1475cf;}
	.pro_list2 ul li p a:active { color: #1475cf;}
	
	.ly_more { width:100%; overflow: hidden; margin: 0.24rem auto 0; padding: 0;}
	.ly_more a { display:block; width: 50%; height: 0.8rem; overflow: hidden; line-height: 0.8rem; color: #1475cf; font-size: 0.26rem; text-align: center; border: 0.01rem solid #1475cf; margin: 0 auto; padding: 0;}
	.ly_more a:active { color:#fff; background-color: #1475cf;}
	
	/**about**/
	.ly_about { width:100%; overflow: hidden; margin: 0.6rem auto; padding: 0.6rem 0; background-color: #f7f7f7;}
	.ly_about .ab_tit { width:94%; overflow: hidden; margin: 0 auto 0.48rem; padding: 0;}
	.ab_tit b { display:block; width:100%; overflow: hidden; margin: 0 auto 0.1rem; padding: 0; color: #333; font-size: 0.4rem; text-align: center;}
	.ab_tit span { display:block; width:100%; overflow: hidden; margin: 0 auto; padding: 0; color: #555; font-size: 0.28rem; text-align: center; opacity: 0.8;}
	.ly_about .ab_main { width:94%; overflow: hidden; margin: 0 auto; padding: 0; box-sizing: border-box;}
	.ab_main .ab_text { width:100%; overflow: hidden; margin: 0; padding: 0;}
	.ab_text p { width:100%; overflow: hidden; line-height: 0.40rem; margin: 0 auto 0.24rem; padding: 0; color: #555; font-size: 0.26rem; text-align: justify; text-indent: 2em;}
	.ab_text a { display:block; width: 2.8rem; height: 0.64rem; overflow: hidden; line-height: 0.64rem; color: #1475cf; font-size: 0.26rem; text-align: center; margin: 0.24rem auto; border: 0.01rem solid #1475cf; opacity: 0.8;}
	.ab_text a:active { opacity: 1;}
	.ab_main .ab_img { width:100%; overflow: hidden; margin: 0 auto 0.24rem; padding: 0;}
	.ab_img a img { display:block; width: 100%; overflow: hidden; margin: 0 auto; padding: 0;}
	
	/**四大实力见证**/
	.ly_sljz { width:94%; overflow: hidden; margin: 0.6rem auto; padding: 0;}
	.ly_sljz ul li { width:100%; overflow: hidden; margin: 0 auto 0.48rem; padding: 0;}
	.ly_sljz ul li .sljz_l, .ly_sljz ul li .sljz_r { width:100%; padding: 0.4rem 0 0; position: relative;}
	.sljz_l .sljz_tit, .sljz_r .sljz_tit { width:100%; overflow: hidden; margin: 0 auto 0.4rem; padding: 0;}
	.sljz_tit em { display:block; width:100%; overflow: hidden; margin: 0 auto 0.04rem; padding: 0; color: #666; font-size: 0.26rem; font-style: normal;}
	.sljz_tit i { width:100%; overflow: hidden; color: #1475cf; font-size: 0.36rem; margin: 0 auto 0.24rem; padding: 0;display:block;}
	.sljz_tit span { display:block; width: 0.6rem; height: 0.03rem; overflow: hidden; margin: 0; padding: 0; background-color: #1475cf;}
	.sljz_l p, .sljz_r p { width:100%; overflow: hidden; line-height: 0.4rem; margin: 0 auto; padding: 0; color: #999; font-size: 0.26rem; text-align: justify;}
	.sljz_l img, .sljz_r img { display:block; width:100%; overflow: hidden; margin: 0; padding: 0;}
	.sljz_l b, .sljz_r b { display:block; margin: 0; padding: 0.24rem 0.12rem; color: #fff; font-size: 0.6rem; background-color: #1475cf; position: absolute; top: 0; left:0.24rem;}
	
	/**new**/
	.ly_tit { width:94%; overflow: hidden; margin: 0 auto 0.48rem; padding: 0;}
	.ly_tit i { width:100%; overflow: hidden; color: #333; font-size: 0.4rem; font-weight: bold; text-align: center; margin: 0 auto; padding: 0;display:block;}
	.ly_tit em { display:block; width: 0.4rem; height: 0.03rem; overflow: hidden; margin: 0.1rem auto; padding: 0; background-color: #1475cf;}
	.ly_tit span { display:block; width: 100%; overflow: hidden; color: #999; font-size: 0.26rem; text-align: center; margin: 0 auto; padding: 0;}
	
	.ly_news { width:94%; margin: 0.48rem auto 0.24rem; padding: 0;}
	.ly_news ul { width:100%; overflow: hidden; margin: 0 auto; padding: 0;}
	.ly_news ul li { width:100%; height: 1.2rem; overflow: hidden; margin: 0 0 0.48rem; padding: 0 0 0 1.44rem; float: left; box-sizing: border-box; position: relative;}
	
	.ly_news ul li .nw_time { width:1.2rem; height: 1.2rem; overflow: hidden; margin: 0; position: absolute; left: 0; top: 0;padding: 0.2rem 0; border: 0.01rem solid #333; border-radius: 50%; box-sizing: border-box;}
	.nw_time span { width:100%; overflow: hidden; margin: 0 auto; padding: 0; color: #333; font-size: 0.4rem; text-align: center; display:block;}
	.nw_time p { width: 100%; overflow: hidden; margin: 0 auto; padding: 0; color: #999; font-size: 0.24rem; text-align: center;}
	.nw_time:active { border:1px solid #1475cf; background-color: #1475cf;}
	.nw_time:active span, .nw_time:active p { color:#fff;}
	.ly_news ul li .nw_text { width:100%; height: 1.2rem; overflow: hidden; margin: 0; padding: 0;}
	.nw_text span { width:100%; height: 0.4rem; overflow: hidden; line-height: 0.4rem; margin: 0 auto 0.1rem; padding: 0;display:block;}
	.nw_text span a { color: #2b2b2b; font-size: 0.30rem;}
	.nw_text span a:active { color: #1475cf;}
	.nw_text p { width:100%; height: 0.70rem; overflow: hidden; line-height: 0.35rem; text-indent: 0.48rem; text-align: justify; margin: 0 auto ; padding: 0;}
	.nw_text p a { color: #999; font-size: 0.24rem;}
	
	/**服务流程**/
	.ly_fwlc { width:100%; overflow: hidden; margin: 0 auto; padding: 0.6rem 0; background: url(../images/fwlc.jpg) center center no-repeat; background-size: cover;}
	.ly_fwlc ul { width:94%; overflow: hidden; margin: 0.48rem auto 0; padding: 0;}
	.ly_fwlc ul li { width:22%; height: 2rem; margin: 0 0 0.48rem; float: left;}
	.ly_fwlc ul li:nth-child(2n+2) { width:4%;}
	.ly_fwlc ul li p { width:1.2rem; height: 1.2rem; overflow: hidden; margin: 0 auto 0.12rem; padding: 0.24rem 0; border: 0.04rem solid #fff; border-radius: 50%; box-sizing: border-box;}
	.ly_fwlc ul li p img { display:block; width:0.6rem; height: 0.6rem; margin: 0 auto; padding: 0;}
	.ly_fwlc ul li span { display: block; width:100%; overflow: hidden; color: #fff; font-size: 0.26rem; text-align: center; margin: 0 auto; padding: 0;}
	.ly_fwlc ul li img.lcjt { display:block; width: 0.3rem; height: 0.3rem; overflow: hidden; margin: 0.4rem auto; padding: 0;}
	
	/**foot**/
	.ly_foot { width:100%; overflow: hidden; margin: 0 auto; padding: 0.48rem 0; background-color: #fff;}
	.ly_foot .ft_link { width:94%; overflow: hidden; line-height: 0.6rem; margin: 0 auto; padding: 0; text-align: center;}
	.ft_link span { display:block; width:100%; overflow: hidden; margin: 0 auto 0.12rem; padding: 0; color: #333; font-size: 0.32rem; text-align: center;}
	.ft_link a { display:inline-block; color: #979aab; font-size: 0.26rem; padding:0 0.2rem;}
	.ft_link a:active { color:#fff;}
	
	.ly_foot .ft_main { width:94%; overflow: hidden; margin: 0 auto; padding: 0.48rem 0 0; border-bottom: 0.01rem solid #fff;}
	.ft_main .ft_contact, .ft_main .ft_prolist, .ft_main .ft_ewm { width: 100%; overflow: hidden; margin: 0.48rem auto; padding: 0;}
	.ft_contact em, .ft_prolist em { display:block; width: 100%; margin: 0 auto 0.24rem; padding: 0; color: #979aab; font-size: 0.32rem; font-weight: bold; font-style: normal; text-align: center;}
	.ft_contact ul li { overflow: hidden; line-height: 0.6rem; color: #979aab; font-size: 0.26rem;}
	.ft_prolist ul { text-align:center;}
	.ft_prolist ul li { display:inline-block;}
	.ft_prolist ul li a { display:inline-block; overflow: hidden; line-height: 0.6rem; color: #979aab; font-size: 0.26rem; float: left; padding: 0 0.2rem;}
	.ft_contact ul li img { display:block; width: 0.4rem; height: 0.4rem; margin: 0.1rem 0.1rem 0.1rem 0; float: left;}
	.ft_prolist ul li a:hover { color:#fff;}
	.ft_ewm img { display:block; width: 3rem; height: 3rem; overflow: hidden; margin: 0 auto 0.12rem; padding: 0;}
	.ft_ewm p { color:#979aab; font-size: 0.26rem; text-align: center;}
	
	.ly_foot .ft_copy { width:100%; overflow: hidden; margin: 0 auto; padding: 0.48rem 0 0; border-top: 0.01rem solid #dcdbdb;}
	.ft_copy p { width:94%; overflow: hidden; line-height: 0.48rem; color:#979aab; font-size: 0.26rem; text-align: center; margin: 0 auto; padding: 0;}
	.ft_copy p a { color:#979aab;}
	.ft_copy p a:active { color:#fff;}
	
	
	/**nybanner**/
	.nybanner { width:100%; overflow: hidden; margin: 0 auto 0.48rem; padding: 0;}
	.nybanner img { display: block; width: 150%; overflow: hidden; margin: 0 0 0 -35%;}
	
	/**nymain**/
	.ny_main { width:94%; overflow: hidden; margin: 0.48rem auto; padding: 0;}
	.ny_main .ny_l { width:100%; overflow: hidden; margin: 0 auto 0.24rem; padding: 0;}
	.ny_main .ny_r { width:100%; overflow: hidden; margin: 0 auto; padding: 0;}
	.ny_l .ny_lcon { width:100%; overflow: hidden; margin: 0 auto 0.24rem; padding: 0;display:none;}
	.ny_ltit { width:100%; overflow: hidden; color: #fff; font-size: 0.32rem; margin: 0 auto; padding: 0.24rem; background-color: #1475cf; box-sizing: border-box;}
	.ny_ltit span { display:inline-block; font-size: 0.22rem; font-weight: normal; font-style: italic; margin: 0 0 0 0.12rem;}
	.ny_lcon ul { width:100%; overflow: hidden; margin: 0 auto; padding: 0.24rem 0.24rem 0; border-right: 0.01rem solid #eaeaea; border-bottom: 0.01rem solid #eaeaea; border-left: 0.01rem solid #eaeaea; box-sizing: border-box;}
	.ny_lcon ul li { width:48%; overflow: hidden; margin:0 4% 0.24rem 0; padding: 0; background-color: #f8f8f8; float: left;}
	.ny_lcon ul li:nth-child(2n+2) { margin:0 0 0.24rem 0;}
	.ny_lcon ul li a { display:block; width: 100%; height: 0.8rem; overflow: hidden; line-height: 0.8rem; color: #333; font-size: 0.28rem; background: #f5f5f5 url(../images/jt_tb2.png) 2.7rem 0.28rem no-repeat; margin: 0 auto; padding: 0 0.24rem; box-sizing: border-box;}
	.ny_lcon ul li a:active, .ny_lcon ul li a.nyon { color:#fff; background: #1475cf url(../images/jt_tb3.png) 2.7rem 0.28rem no-repeat;}
	
	.ny_lcon ul li.pro_mli { width:100%; overflow: hidden; margin:0 0 0.24rem 0; padding: 0; background: none;}
	.ny_lcon ul li.pro_mli a { background: #f5f5f5 url(../images/jt_tb2.png) 6.0rem 0.28rem no-repeat;}
	.ny_lcon ul li.pro_mli a:active, .ny_lcon ul li.pro_mli a.nyon { color:#fff; background: #1475cf url(../images/jt_tb3.png) 6.0rem 0.28rem no-repeat;}
	
	.ny_lcon ul li .pro_menu { width: 100%; overflow: hidden; margin: 0.24rem auto 0; padding: 0;}
	.ny_lcon ul li .pro_menu a { display:block; width:50%; height: 0.6rem; overflow: hidden; line-height: 0.6rem; color:#999; font-size: 0.24rem; margin: 0 0 0.12rem 0; padding: 0 0.24rem; background: none; box-sizing: border-box;}
	.ny_lcon ul li.pro_mli .pro_menu a { float:left;}
	.ny_lcon ul li .pro_menu a:active, .ny_lcon ul li.pro_mli .pro_menu a:active { color:#1475cf; background: none;}
	
	.ny_l .pro_menu { width:100%; margin: 0 auto 0.24rem;}
	
	.ny_lnew { width:100%; overflow: hidden; margin: 0 auto; padding: 0.24rem 0.24rem 0.24rem; border-right: 0.01rem solid #eaeaea; border-bottom: 0.01rem solid #eaeaea; border-left: 0.01rem solid #eaeaea; box-sizing: border-box;}
	.ny_lnew ol li { width: 100%; height: 0.8rem; overflow: hidden; line-height: 0.8rem; margin: 0 auto; padding: 0; border-bottom: 0.01rem dotted #eaeaea;}
	.ny_lnew ol li a { color: #666; font-size: 0.28rem;}
	.ny_lnew ol li a:active { color:#1475cf;}
	.ny_lnew ol li a span { display:block; width:0.1rem; height: 0.1rem; overflow: hidden; margin: 0.35rem 0.2rem 0.35rem 0; padding: 0; background-color: #1475cf; border-radius: 50%; float: left;}
	
	.ny_lcon .ny_llxwm { width:100%; overflow: hidden; margin: 0 auto; padding: 0.24rem 0.24rem 0; border-right: 0.01rem solid #eaeaea; border-bottom: 0.01rem solid #eaeaea; border-left: 0.01rem solid #eaeaea; box-sizing: border-box;}
	.ny_llxwm p { width:100%; overflow: hidden; line-height: 0.4rem; color: #333; font-size: 0.28rem; margin: 0 auto 0.24rem; padding: 0;}
	.ny_llxwm p span, .ny_llxwm p em { color:#999; font-style: normal;}
	.ny_llxwm p a { color:#1475cf; text-decoration: underline;}
	.ny_llxwm p a:active { color:#00af80;}
	
	.ny_rtit { width:100%; overflow: hidden; color: #fff; font-size: 0.32rem; margin: 0 auto 0.24rem; padding: 0.24rem; background-color: #1475cf; box-sizing: border-box;}
	.ab_con { width:100%; overflow: hidden; margin: 0 auto 0.24rem; padding: 0;}
	.ab_con p { width:100%; overflow: hidden; margin: 0 auto 0.24rem; padding: 0; line-height: 0.48rem; color: #666; font-size: 0.28rem; text-align: justify; text-indent: 2em;}
	.ab_con p img { display:block; width: 100%; overflow: hidden; margin: 0 auto 0.24rem; padding: 0;}
	
	/**渠道加盟**/
	.join_list { width:94%; overflow: hidden; margin: 0.48rem auto; padding: 0;}
	.join_list ul li { width:100%; overflow: hidden; margin: 0 auto 0.48rem; padding: 0;}
	.join_list ul li .join_img { width:100%; overflow: hidden; margin: 0 auto 0.24rem; padding: 0;}
	.join_img img { display:block; width:100%; overflow: hidden; margin: 0 auto; padding: 0;}
	.join_list ul li .join_text { width:100%; overflow: hidden; margin: 0 auto; padding: 0;}
	.join_text h5 { width:100%; height: 0.8rem; overflow: hidden; line-height: 0.8rem; color: #333; font-size: 0.32rem; margin: 0 auto 0.12rem; padding: 0;}
	.join_text h5 span { display:block; width:0.18rem; height: 0.18rem; overflow: hidden; background-color: #1475cf; border-radius: 50%; margin: 0.31rem 0.24rem 0.31rem 0; padding: 0; float: left;}
	.join_text p { width:100%; overflow: hidden; line-height: 0.4rem; margin: 0; padding: 0; color: #666; font-size: 0.26rem; text-indent: 2em; text-align: justify;}
	.join_text p span { display: block; width:100%; height: 0.44rem; line-height: 0.44rem; color: #666; font-size: 0.26rem; text-indent: 0; margin: 0; padding: 0 0 0 0.52rem; box-sizing: border-box;}
	.join_text p span em { display:block; width: 0.12rem; height: 0.12rem; overflow: hidden; border: 0.01rem solid #1475cf; border-radius: 50%; margin: 0.15rem 0.2rem 0.15rem 0; padding: 0; float: left;}
	
	.join_form { width:94%; overflow: hidden; margin: 0.48rem auto; padding: 0;}
	.join_form .join_fm_tit { width:100%; overflow: hidden; color: #333; font-size: 0.4rem; margin: 0 auto 0.48rem; padding: 0;}
	.join_form .join_fl, .join_form .join_fr { width:100%; overflow: hidden; margin: 0 auto 0.48rem; padding: 0;}
	.join_fl ul li { width:100%; overflow: hidden; margin: 0 auto 0.24rem; padding: 0;}
	.join_fl ul li p { width:100%; overflow: hidden; color: #666; font-size: 0.28rem; margin: 0 auto 0.12rem; padding: 0;}
	.join_fl ul li .join_ipt { width:100%; overflow: hidden; border: 0.01rem solid #dfdfdf; padding: 0; margin: 0; box-sizing: border-box;}
	.join_fl ul li .join_btn { width:100%; overflow: hidden; padding: 0; margin: 0.1rem 0 0;}
	.join_ipt input, .join_ipt select { display:block; width:100%; height: 0.76rem; overflow: hidden; line-height: 0.36rem; color: #666; font-size: 0.28rem; border: none; outline: none; margin: 0; padding: 0.2rem; box-sizing: border-box;}
	.join_btn input { display:block; width:100%; height: 0.76rem; overflow: hidden; line-height: 0.36rem; color: #fff; font-size: 0.28rem; background-color: #1475cf; border: none; outline: none; margin: 0; padding: 0.2rem; box-sizing: border-box;}
	.join_fl ul li .fm_half { width:48%; margin: 0 4% 0 0; float: left;}
	.join_fl ul li .fm_half:nth-child(2n+2) { margin:0;}
	.join_fl ul li .fm_half .join_ipt { width:100%;}
	.join_ipt textarea { display:block; width:100%; height: 2.4rem; overflow: hidden; line-height: 0.36rem; color: #666; font-size: 0.28rem; border: none; outline: none; resize: none; margin: 0; padding: 0.1rem 0.2rem; box-sizing: border-box;}
	
	.join_fr p { width:100%; overflow: hidden; margin: 0 auto 0.24rem; padding: 0; color:#333; font-size: 0.28rem; font-weight: bold;}
	.join_fr ul li { width:100%; overflow: hidden; line-height: 0.6rem; color: #666; font-size: 0.28rem;}
	
	/**nw_list**/
	.nw_list { width:100%; overflow: hidden; margin: 0 auto; padding: 0;}
	.nw_list ul li { width:100%; overflow: hidden; margin: 0 auto 0.24rem; border-bottom: 0.01rem solid #eaeaea; padding: 0 0 0.24rem 2.0rem; box-sizing: border-box; position: relative;}
	.nw_list ul li .nws_time{ display:block; width:1.8rem; height: 1.2rem; overflow: hidden; margin: 0; padding: 0.3rem 0; background-color: #f5f5f5; position: absolute; left: 0; top: 0;}
	.nw_list ul li .nws_time em { display:block; width: 100%; overflow: hidden; color: #333; font-size: 0.64rem; font-style: normal; text-align: center; margin: 0 auto; padding: 0;}
	.nw_list ul li .nws_time span { display:block; width: 100%; overflow: hidden; color: #999; font-size: 0.26rem; font-style: normal; text-align: center; margin: 0 auto; padding: 0;}
	.nw_list ul li .nws_time:active { background-color: #1475cf;}
	.nw_list ul li .nws_time:active em, .nw_list ul li a:active .nws_time span { color:#fff;}	
	.nw_list ul li .nws_text { width:100%; height: 1.6rem; overflow: hidden; margin: 0; padding: 0.14rem 0;}
	.nw_list ul li .nws_text h5 a { display:block; width:100%; height: 0.4rem; overflow: hidden; line-height: 0.4rem; color: #333; font-size: 0.32rem; margin: 0 auto 0.24rem; padding: 0;}
	.nw_list ul li .nws_text p a { display:block; width:100%; height: 0.88rem; overflow: hidden; line-height: 0.44rem; color: #797979; font-size: 0.26rem; text-align: justify; text-indent: 2em; margin: 0 auto; padding: 0;}
	.nw_list ul li .nws_text h5 a:active { color:#1475cf;}
	
	/**page**/
	.ly_page { width:100%; overflow: hidden; margin: 0.24rem auto; padding: 0; text-align: center;}
	.ly_page ul li { display:inline-block; height: 0.6rem; overflow: hidden; margin: 0; padding: 0;}
	.ly_page ul a { display:inline-block; width: 0.58rem; height: 0.58rem; overflow: hidden; line-height: 0.58rem; color: #999; font-size: 0.24rem; text-align: center; border: 0.01rem solid #eaeaea; margin: 0 0.02rem;}
	.ly_page ul li a.pn { width:1.18rem;}
	.ly_page ul a:active, .ly_page ul a.pnnum1 { color:#fff; border: 0.01rem solid #1475cf; background-color: #1475cf;}
	
	/**newsdetail**/
	.news_detail { width:100%; overflow: hidden; margin: 0 auto; padding: 0;}
	.news_detail h3 { width:100%; overflow: hidden; line-height: 0.6rem; color: #333; font-size: 0.4rem; margin: 0 auto 0.24rem; padding: 0;text-align: center;}
	.news_detail h1 { width:100%; overflow: hidden; line-height: 0.6rem; color: #333; font-size: 0.4rem; margin: 0 auto 0.24rem; padding: 0;text-align: center;}
	.news_detail .nwdtl_tip { width:100%; height: 0.6rem; overflow: hidden; line-height: 0.6rem; color: #999; font-size: 0.22rem; margin: 0 auto 0.48rem; padding: 0 0.24rem; background-color: #f5f5f5; box-sizing: border-box;text-align: center;}
	.nwdtl_tip span { display:inline-block; margin: 0 0.2rem 0 0;}
	.news_detail .nwdtl_con { width:100%; overflow: hidden; margin: 0.48rem auto 0; padding: 0;}
	.nwdtl_con p { width:100%; overflow: hidden; line-height: 0.44rem; color: #666; font-size: 0.28rem; text-align: justify; margin: 0 auto 0.24rem; padding: 0;}
	.nwdtl_con img { display:inline-block; max-width: 100%; overflow: hidden; margin: 0.24rem auto; padding: 0;}
	
	.prev_next { width:100%; overflow: hidden; margin: 0.24rem auto 0.48rem; padding: 0;}
	.prev_next ul li { width:100%; height: 0.8rem; overflow: hidden; margin: 0 auto 0.24rem; padding: 0; float: left;}
	.prev_next ul li p { width:96%; height: 0.8rem; line-height:0.8rem;overflow: hidden; margin: 0; padding: 0 2%; background-color: #f5f5f5;font-size: 0.28rem;}
	.prev_next ul li p a {width:100%; height: 0.8rem; overflow: hidden; margin: 0; padding: 0 0.24rem; line-height: 0.8rem; color: #333; font-size: 0.28rem; box-sizing: border-box;}
	.prev_next ul li p:active { background-color: #1475cf; color:#fff;}
	.prev_next ul li p:active a{color:#fff;}
	
	/**products**/
	.products_list { width:100%; overflow: hidden; margin: 0 auto 0.24rem; padding: 0;}	
	.products_list ul li { width:100%; height: 2rem; overflow: hidden; margin: 0 auto 0.24rem; padding: 0; background-color: #f8f8f8; position: relative;}
	.products_list ul li a .prolist_img { width:32%; height: 2rem; overflow: hidden; margin: 0; padding: 0; background-color: #f5f5f5; float: left; position: relative;}
	.prolist_img img { display:block; max-width: 100%; max-height: 100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
	.products_list ul li .prolist_text { width:68%; height: 2rem; overflow: hidden; margin: 0; padding: 0.2rem; box-sizing: border-box;}
	.prolist_text .prolist_tit { width:100%; height: 0.4rem; overflow: hidden; line-height: 0.4rem; color: #333; font-size: 0.28rem; margin: 0 auto; padding: 0;}
	.products_list ul li a:active .prolist_text .prolist_tit {color:#1475cf;}
	.prolist_text p { width:100%; overflow: hidden; margin: 0.12rem auto 0; padding: 0;}
	.prolist_text p b { display:block; width:100%; height: 0.36rem; overflow: hidden; line-height: 0.36rem; color: #333; font-size: 0.24rem;}
	.prolist_text p span { display:block; width:100%; height: 0.72rem; overflow: hidden; line-height: 0.36rem; color: #999; font-size: 0.24rem; text-indent: 2em; text-align: justify;}
	.prolist_text em.pro_check { display:none;}
	
	/**产品详细介绍**/
	.prodetail_con { width:100%; overflow: hidden; margin: 0 auto; padding: 0;}
	.prodetail_con .prodetail_tit { width:100%; height: 0.4rem; overflow: hidden; line-height: 0.4rem; color: #333; font-size: 0.32rem; margin: 0 auto 0.24rem; padding: 0.2rem 0; border-bottom: 0.01rem solid #dfdfdf;}
	.prodetail_con .pro_xxjs { width:100%; overflow: hidden; margin: 0.24rem auto 0.48rem; padding: 0;}
	.pro_xxjs b { display:block; width: 100%; overflow: hidden; line-height: 0.4rem; color: #333; font-size: 0.26rem; font-weight: bold; margin: 0.24rem auto 0; padding: 0;}
	.pro_xxjs p { display:block; width: 100%; overflow: hidden; line-height: 0.4rem; color: #666; font-size: 0.26rem; text-align: justify;margin: 0 auto; padding: 0;}
	.pro_xxjs img { display:inline-block; width: 100%; overflow: hidden; margin: 0.12rem auto; padding: 0;}
	
	/**产品咨询**/
	.pro_form { width:100%; overflow: hidden; margin: 0.24rem auto; padding: 0;}
	.pro_form ul li { width:100%; overflow: hidden; margin: 0 auto 0.24rem; padding: 0;}
	.pro_form ul li p { width: 22%; height: 0.76rem; overflow: hidden; line-height: 0.76rem; color: #666; font-size: 0.28rem; margin: 0 auto 0.12rem; padding: 0; float: left;}
	.pro_form ul li p.pro_fmbtn_l { display:none;}
	.pro_form ul li .pro_fmipt { width: 78%; overflow: hidden; border: 0.01rem solid #dfdfdf; padding: 0; margin: 0; box-sizing: border-box; position: relative; float: left;}
	.pro_form ul li .pro_fmbtn { width:100%; overflow: hidden; padding: 0; margin: 0.24rem 0 0; float: left;}
	.pro_form ul li .fm_half { width:100%; overflow: hidden; margin: 0 auto 0.24rem;}
	.pro_fmipt input, .pro_fmipt select { display:block; width:100%; height: 0.76rem; overflow: hidden; line-height: 0.36rem; color: #666; font-size: 0.28rem; border: none; outline: none; margin: 0; padding: 0.2rem; box-sizing: border-box;}
	.pro_fmbtn input { display: block; width: 100%; height: 0.80rem; overflow: hidden; line-height: 0.4rem; color: #fff; font-size: 0.28rem; background-color: #607783; border: none; outline: none; margin: 0; padding: 0.2rem; box-sizing: border-box;}
	.pro_fmbtn input.tj { margin:0 4% 0.24rem 0; background-color: #00af80;}
	.pro_fmipt textarea { display: block; width: 100%; height: 2.4rem; overflow: hidden; line-height: 0.36rem; color: #666; font-size: 0.28rem; border: none; outline: none; resize: none; margin: 0; padding: 0.1rem 0.2rem; box-sizing: border-box;}
	.pro_fmipt a { display:block; width: 1.9rem; height: 0.76rem; overflow: hidden; position: absolute; top: 0; right: 0;}
	.pro_fmipt a img { display:block; width: 1.9rem; height: 0.76rem; margin: 0 auto; padding: 0;}
	
	/**prodetail**/
	.pro_detail_main { width:94%; overflow: hidden; margin: 0.24rem auto; padding: 0;}
	.pro_detail_main .pro_detail_img { width:7.02rem; height: 5rem; overflow: hidden; margin: 0 auto 0.48rem; padding: 0.12rem; border: 0.01rem solid #dfdfdf; box-sizing: border-box;}
	.pro_detail_img .pro_detail_img_main { width:100%; height: 100%; overflow: hidden; margin: 0 auto; padding: 0;}
	.pro_detail_img_main img { display:block; overflow: hidden; margin:0 auto; padding: 0;}
	.pro_detail_main .pro_detail_text { width:100%; overflow: hidden; margin: 0 auto; padding: 0;}
	.pro_detail_text h3 { width:100%; overflow: hidden; line-height: 0.6rem; color: #1475cf; font-size: 0.4rem; text-align: justify; margin: 0 auto; padding: 0;}
	.pro_detail_text h1 { width:100%; overflow: hidden; line-height: 0.6rem; color: #1475cf; font-size: 0.4rem; text-align: justify; margin: 0 auto; padding: 0;}
	.pro_detail_text ul { width:100%; margin: 0.48rem auto; padding: 0;}
	.pro_detail_text ul li { width:100%; overflow: hidden; line-height: 0.4rem; color: #999; font-size: 0.26rem; text-align: justify; margin: 0.1rem auto; padding: 0;}
	.pro_detail_text ul li span { color:#333; font-weight: bold;}
	.pro_detail_text .pro_detail_btn { width:100%; height: 0.76rem; overflow: hidden; margin: 0 auto; padding: 0;}
	.pro_detail_btn a { display:block; width:48%; height: 0.76rem; overflow: hidden; line-height: 0.76rem; color: #fff; font-size: 0.28rem; text-align: center; margin: 0 auto; padding: 0; float: left;}
	.pro_detail_btn a.prodtl_btn1 { background-color: #1475cf; margin: 0 4% 0.24rem 0;}
	.pro_detail_btn a.prodtl_btn2 { background-color: #00af80;}
	.pro_detail_btn a.prodtl_btn1:active { background-color: #255abe;}
	.pro_detail_btn a.prodtl_btn2:active { background-color: #00bd8a;}
	
	.swiper-container { width: 100%; height: 100%;}
	.swiper-slide { text-align: center;}
	.swiper-slide .part { width:100%; height: 100%; position: relative;}
	.swiper-slide .part img { display:block; max-width: 100%; max-height: 100%; margin: auto; padding: 0; left: 0; top: 0;}
	.swiper-pagination-bullet { width: 0.08rem; height: 0.08rem; background-color: rgba(0,0,0,0.5);}
	#swiper-container-01 .swiper-pagination-bullet-active { background-color: #1475cf;}
	
	/**contact**/
	.ly_map { width:100%; height: 4.0rem; overflow: hidden; margin: 0.24rem auto; padding: 0.1rem; border: 0.01rem solid #eaeaea; box-sizing: border-box;}
	#dituContent { width:100%; height: 100%; overflow: hidden; margin: 0 auto;}
	
	.ly_contact { width:100%; overflow: hidden; margin: 0.48rem auto; padding: 0;}
	.ly_contact h5 { width:100%; overflow: hidden; color: #333; font-size: 0.32rem; margin: 0 auto 0.24rem; padding: 0;}
	.ly_contact .con_text { width:100%; overflow: hidden; margin: 0.24rem auto 0; padding: 0;}
	.con_text ul { width:100%; overflow: hidden; margin: 0; padding: 0;  box-sizing: border-box;}
	.con_text ul li { width:100%; overflow: hidden; line-height: 0.44rem; color: #666; font-size: 0.28rem; margin: 0.1rem 0; padding: 0;}
	.con_text .con_img { width:100%; overflow: hidden; margin: 0.24rem auto 0; padding: 0;}
	.con_img img { display:block; width: 100%; overflow: hidden; margin: 0; padding: 0;}
	
	/**右侧悬浮**/
	.suspension { display:none;}
	.to_top{display:block;width:36px;height:36px;background:#6f6f6f url(../images/top.png) center center no-repeat;position:fixed;right:8px;bottom:30px;z-index:99999;}
	.to_tel{display:block;width:36px;height:36px;background:#1475cf url(../images/slode_tel.png) center center no-repeat;position:fixed;right:8px;bottom:75px;z-index:99999;}
	
	/**面包屑**/
	.ny_pos { width:100%; overflow: hidden; line-height: 0.6rem; margin: 0 auto 0.24rem; padding: 0; color:#999; font-size: 0.26rem;}
	.ny_pos a { color:#999;}
	.ny_pos a:active { color:#1475cf;}
	
}

/*zw新增*/
.cpzx .ly_msg { width: 100%; overflow: hidden; margin: 0 auto 20px; padding: 0;}
.cpzx .ly_msg h3 { width: 100%; height: 40px; overflow: hidden; line-height: 40px; margin: 0 auto; padding: 0; border-bottom: 1px solid #dfdfdf; color: #333; font-size: 14px; font-weight: bold; text-align: center;}
.cpzx .ly_msg ul { width: 100%; overflow:hidden; margin: 20px auto; padding: 0;/* box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;*/}
.cpzx .ly_msg ul li { width: 100%; overflow: hidden; margin: 0 auto 12px; padding: 0;}
.cpzx .ly_msg ul li h4 { width:17%; height: 34px; overflow: hidden; line-height: 34px; margin: 0; padding: 0 20px 0 0; color: #333; font-size: 14px; text-align: right; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.cpzx .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara { width: 83%; overflow: hidden; margin: 0; padding-right: 20px; background:url(/images/tb_img.png) top right no-repeat; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.cpzx .ly_msg ul li .msg_ipt1 { height: 34px;}
.cpzx .ly_msg ul li .msg_tara { height: 118px;}
.cpzx .msg_ipt1 input, .msg_tara textarea { display: block; width: 100%; overflow: hidden; margin: 0; padding: 8px 15px; color: #666; font-size: 12px; border: 1px solid #dfdfdf; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.cpzx .msg_ipt1 input { height: 34px; line-height: 16px;}
.cpzx .msg_tara textarea { height: 118px; line-height: 20px; resize: none;}
.cpzx .ly_msg ul li .msg_ipt2 { width: 120px; height: 34px; overflow: hidden; margin-right: 10px; padding:0; float: left;}
.cpzx .msg_ipt2 input { display: block; width: 120px; height: 34px; overflow: hidden; line-height: 16px; margin: 0; padding: 8px 15px; color: #666; font-size: 12px; border: 1px solid #dfdfdf; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.cpzx .ly_msg ul li a.yzm_img { display: block; width: 90px; height: 34px; overflow: hidden; margin: 0; padding-right: 20px; background:url(/images/tb_img.png) top right no-repeat; float: left;}
.cpzx .ly_msg ul li .msg_btn { width:83%; overflow: hidden; margin: 0; padding: 0; float: left;}
.cpzx .msg_btn input { display: block; width: 100px; height: 34px; overflow: hidden; line-height: 32px; margin: 20px 15px 0 0; padding: 0; background-color: #f0f0f0; color: #333; font-size: 13px; text-align: center; border: 1px solid #ccc; float: left;}
.cpzx .ly_msg ul li .msg_ipt12 {width: 83%; height: 34px; overflow: hidden; margin: 0; padding-right: 20px; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.cpzx .msg_ipt12 input { height: 34px; line-height: 16px; display: block; width: 100%; overflow: hidden; margin: 0; padding: 8px 15px; color: #666; font-size: 12px; border: 1px solid #dfdfdf; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}

.cpzx .ly_msg ul li h4 {width: 10%;height: 45px;font-size:12px;}
.cpzx .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara {width: 90%;}
.cpzx .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara {width: 90% !important;}
.cpzx .ly_msg ul li .msg_ipt1 {height: 47px;}
.cpzx .msg_ipt1 input { height: 45px; line-height: 45px;}
.cpzx .ly_msg ul li .msg_ipt12 {width: 90% !important;height: 45px !important;}
.cpzx .msg_ipt12 input {height:45px;}
.cpzx .ly_msg ul li .msg_ipt1 select{height: 45px !important;}
.cpzx input{border-radius:2px;border:1px solid #fff !important;background:#f1f1f1;}
.cpzx textarea{border-radius:2px;border:1px solid #fff !important;background:#f1f1f1;}
.cpzx select{border-radius:2px;border:none !important;background:#f1f1f1;outline:none;text-indent:10px;}
.cpzx input:focus,.cpzx textarea:focus{border: 1px solid #dedede !important;}
.cpzx  .ly_msg ul li a.yzm_img img{height:100% !important;}
.cpzx .msg_btn input{width:150px;height:45px;line-height:45px;cursor:pointer;}
.cpzx .msg_btn input:first-child{background:#1e50ae;color:#fff;outline:none;}
.cpzx  .msg_ipt2 input {height: 45px;}
.cpzx  .ly_msg ul li .msg_ipt2{height: 45px;}
@media (max-width:767px) {
.ly_msg ul li h4{display:none;}
.cpzx .ly_msg ul li div{width:100% !important;}
.cpzx .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara{width:100% !important;}
.cpzx .ly_msg ul li .msg_ipt12{width:100% !important;}
.ly_msg ul li div.msg_ipt2{width:30% !important;}
.ly_msg ul li span{display:none;}
.ly_msg{margin: 0 auto 0 !important;}
.cpzx .msg_btn input{width:49%;margin-right:0;}
.cpzx .msg_btn input:first-child{margin-right:2%;}
	}
	
/*分页*/
.page_list{text-align:center;padding-top:20px;color:#555;}
.page_list a{display:inline-block;padding:0 10px;background:#ddd;height:30px;line-height:30px;text-align:center;margin-right: 5px;border-radius:2px;color:#555;}
.page_list a:hover{background:#1475cf;color:#ffffff;}
.page_list a.pnnum1{background:#0256ac;color:#ffffff;}
.page_list input{display:inline-block;padding:0 5px;background:#1475cf;width:40px !important;height:30px !important;line-height:30px;text-align:center;margin:0 5px;color:#fff;cursor:pointer;border:none;outline:none;}
.page_list .p_input{display:inline-block;padding:0 5px;background:#ddd;height:30px;line-height:30px;text-align:center;margin:0 5px;color:#555;cursor:default;}
@media (max-width:992px) {
.page_list td span{display:none;}
.page_list td #firstpage{display:none;}
.page_list td #endpage{display:none;}
.page_list a{margin-right:5px;}
.page_list{font-size:0;color:#fff;margin-bottom: 0;}
.page_list ul{font-size:0;color:#fff;margin-bottom: 0;}
.page_list input{display:none !important;}
.page_list a{font-size:12px;}
	}

.lx_dz { width:100%; overflow:hidden; margin:50px auto 20px; padding:0;}
.lx_dz .dz_map { width:97%; height:370px; overflow:hidden; margin:0 auto; padding:1%; border:1px solid #d9d9d9;}
.lx_dz .dz_map iframe{width:100%;}
.lx_dz .dz_map iframe body{width:100%;}
@media (max-width:880px) {.lx_dz {margin: 20px auto 20px; }
.lx_dz .dz_map{height:270px;}}

.detailMain img,.detailMain  table,.detailMain  tr,.detailMain td,.detailMain p,.detailMain span,.detailMain div,.detailMain video,.detailMain embed{width:auto !important;height:auto !important;max-width:100% !important;max-height: 100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;white-space:normal;word-break:break-all;}

@media screen and (min-width: 1200px){
.pro_bdlist ul li{float:left;width:96%;margin-right:0;margin-bottom:30px;background: #f3f5f7;padding:25px 2%;}
.pro_bdlist ul li .pic{float:left;width:30%;height:188px;background:#fff;overflow:hidden;}
.pro_bdlist ul li .pic a{display:block;width:100%;height:100%;text-align:center;}
.pro_bdlist ul li .pic a img{max-width:95%;max-height:95%;vertical-align:middle;webkit-transition: -webkit-transform .8s ease;transition: -webkit-transform .8s ease;transition: transform .8s ease;transition: transform .8s ease, -webkit-transform .8s ease;-webkit-transform-origin: center center;transform-origin: center center;}
.pro_bdlist ul li .pic a .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}
.pro_bdlist ul li .wz{float:right;width:66%;}
.pro_bdlist ul li .wz .tlt{display:block;font-size:18px;color:#333;height:34px;line-height:34px;margin-bottom:15px;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.pro_bdlist ul li .wz .desc{height:48px;font-size:14px;color:#666;line-height:24px;overflow:hidden;}
.pro_bdlist ul li .wz .cs{font-size:14px;color:#999;padding:10px 0;}
.pro_bdlist ul li .wz .cs span{color:#555;}
.pro_bdlist ul li .wz .ckxq{ display:-moz-inline-stack;display:inline-block;*display:inline;zoom:1;font-size:14px;color:#787878;border:1px solid #bbb;padding:5px 36px;transition:all .5s;-webkit-transition:all .5s;-ms-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;    margin-top: 18px;}
.pro_bdlist ul li:hover .wz .ckxq{background-color: #1475cf;border: 1px solid #1475cf;color: #fff;}
.pro_bdlist ul li:hover .wz .tlt{color:#1475cf;}
.pro_bdlist ul li:hover img{transform: scale(1.1) translateZ(0); -ms-transform: scale(1.1) translateZ(0); -webkit-transform: scale(1.1) translateZ(0); -o-transform: scale(1.1) translateZ(0);-moz-transform: scale(1.1) translateZ(0);}
}

@media screen and (max-width: 1080px){	
.pro_bdlist ul li{float:left;width:96%;margin-right:0;margin-bottom:30px;background: #f3f5f7;padding:25px 2%;}
.pro_bdlist ul li .pic{float:left;width:100%;height:4.3rem;background:#fff;overflow:hidden;margin-bottom:0.3rem;}
.pro_bdlist ul li .pic a{display:block;width:100%;height:100%;text-align:center;}
.pro_bdlist ul li .pic a img{max-width:95%;max-height:95%;vertical-align:middle;webkit-transition: -webkit-transform .8s ease;transition: -webkit-transform .8s ease;transition: transform .8s ease;transition: transform .8s ease, -webkit-transform .8s ease;-webkit-transform-origin: center center;transform-origin: center center;}
.pro_bdlist ul li .pic a .iblock {display:inline-block;height:100%;width:0;vertical-align:middle}
.pro_bdlist ul li .wz{float:right;width:100%;text-align:center;}
.pro_bdlist ul li .wz .tlt{display:block;text-align:center;font-size: 0.3rem;color:#333;line-height: 0.5rem;height: 0.5rem;margin-bottom:0.1rem;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.pro_bdlist ul li .wz .desc{color:#666;line-height: 0.4rem;height: 0.8rem;font-size:0.26rem;overflow:hidden;text-align:center;}
.pro_bdlist ul li .wz .cs{font-size:0.26rem;color:#999;padding:10px 0;}
.pro_bdlist ul li .wz .cs span{color:#555;}
.pro_bdlist ul li .wz .ckxq{ display:-moz-inline-stack;display:inline-block;*display:inline;zoom:1;font-size:0.26rem;color:#787878;border:1px solid #bbb;width:80%;padding:0.2rem 5%;transition:all .5s;-webkit-transition:all .5s;-ms-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;    margin-top: 18px;}
.pro_bdlist ul li:hover .wz .ckxq{background-color: #1475cf;border: 1px solid #1475cf;color: #fff;width:80%;padding:0.2rem 5%;font-size:0.26rem;}
.pro_bdlist ul li:hover .wz .tlt{color:#1475cf;}
.pro_bdlist ul li:hover img{transform: scale(1.1) translateZ(0); -ms-transform: scale(1.1) translateZ(0); -webkit-transform: scale(1.1) translateZ(0); -o-transform: scale(1.1) translateZ(0);-moz-transform: scale(1.1) translateZ(0);}
}


 
/* banner 开始 */
.swiper-container1 { width:100%; height:500px; overflow:hidden; margin:0 auto; padding:0; position:relative;}
.swiper-container1 .swiper-slide { background-size:1920px 500px!important; display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center;}
.swiper-slide .part { display:block; width:100%; height: 100%; position: relative;}
.swiper-slide .part img { display:block; max-width: 100%; max-height: 100%; margin: auto; padding: 0; position: absolute; left: 0; top: 0;}
/*分页器*/
.swiper-container1 .swiper-pagination { width:100%; height:14px; overflow:hidden; margin:0; padding:0; left:0; bottom:20px!important;}
.swiper-container1 .swiper-pagination .swiper-pagination-bullet { width:50px; height:2px; margin:0 5px!important; border-radius:0; opacity:0.3; background:#000;}
.swiper-container1 .swiper-pagination .swiper-pagination-bullet-active {opacity:1;background:#fff;}
.swiper-container1 .swiper-button-prev, .swiper-container1 .swiper-button-next { width:64px!important; height:64px!important; top:50%!important; margin:-24px 0 0!important;border-radius:50%;}
.swiper-container1 .swiper-button-prev { background:rgba(0,0,0,0.5) url(../images/arrows1.png) no-repeat center center!important; left:20px;}
.swiper-container1 .swiper-button-next { background:rgba(0,0,0,0.5) url(../images/arrows2.png) no-repeat center center!important; right:20px;}
@media screen and (max-width:1399px) and (min-width:1200px) {
.swiper-container1 {height:326px; }
.swiper-container1 .swiper-slide { background-size:1250px 326px!important;}
}
@media screen and (max-width:1199px) and (min-width:1080px) {
.swiper-container1 {height:280px; }
.swiper-container1 .swiper-slide { background-size:1080px 280px!important;}
}
@media screen and (max-width:1079px) and (min-width:768px) {
.swiper-container1 {height:200px; }
.swiper-container1 .swiper-slide { background-size:768px 200px!important;}
.swiper-container1 .swiper-button-prev, .swiper-container1 .swiper-button-next{ display:none;}
}
@media screen and (max-width:767px) {
.swiper-container1 {height:110px; }
.swiper-container1 .swiper-slide { background-size:420px 110px!important;}
.swiper-container1 .swiper-pagination {bottom:4px!important;}
.swiper-container1 .swiper-button-prev, .swiper-container1 .swiper-button-next{ display:none;}
}
/* banner 结束 */